Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gopro/labs
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Aug 26, 2024
2 parents 0c5391d + 6b6a238 commit 115896b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/control/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ Share this QR Code as a URL: <small id="urltext"></small><br>

[More features](..) for Labs enabled cameras

updated: August 19, 2024
updated: August 21, 2024

<script>
var clipcopy = "";
Expand Down Expand Up @@ -954,7 +954,7 @@ function startTime() {
else
newpresent = "";

dset("namedPresets", document.getElementById("np").checked);
dset("namedPresets", document.getElementById("np").checked);
}

if(document.getElementById("sm") !== null)
Expand Down Expand Up @@ -1090,7 +1090,8 @@ function startTime() {
{
if(document.getElementById("np").checked === true)
{
cmd = cmd + newpresent;
cmd = cmd + newpresent;
cmd = dcmd(cmd,"m"); // set mode
}
}

Expand Down

0 comments on commit 115896b

Please sign in to comment.