Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed May 28, 2019
1 parent fcd30e2 commit 9fc79ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function remap(method) { // remaps camera.ptp methods to use new driver if possi
if(camera.ptp.new.available) {
return camera.ptp.new.set;
} else {
return camera.ptp.focus;
return camera.ptp.set;
}
case 'camera.ptp.capture':
if(camera.ptp.new.available) {
Expand Down

0 comments on commit 9fc79ca

Please sign in to comment.