Skip to content

Commit

Permalink
SRV_Channel: initialize focus and zoom with 1000 range
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Feb 17, 2025
1 parent 10f1503 commit 4edcdcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/SRV_Channel/SRV_Channel_aux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ void SRV_Channel::aux_servo_function_setup(void)
// fixed wing throttle
set_range(100);
break;
case k_cam_zoom:
case k_cam_focus:
set_range(1000);
break;
default:
break;
}
Expand Down

0 comments on commit 4edcdcb

Please sign in to comment.