SRV_Channel: create auxfunction for lights and video switcher

This commit is contained in:
Willian Galvani 2025-04-22 13:00:30 -03:00
parent 03234751b6
commit 7adc5a834a

View File

@ -201,6 +201,9 @@ void SRV_Channel::aux_servo_function_setup(void)
break;
case k_cam_zoom:
case k_cam_focus:
case k_lights1:
case k_lights2:
case k_video_switch:
set_range(1000);
break;
#if ACTUATOR_CHANNELS > 0