mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Set Define for Max throttle
This commit is contained in:
parent
8a921e869c
commit
4f60fa412c
@ -22,7 +22,7 @@ static void init_rc_in()
|
||||
// set rc channel ranges
|
||||
g.rc_1.set_angle(4500);
|
||||
g.rc_2.set_angle(4500);
|
||||
g.rc_3.set_range(0,1000);
|
||||
g.rc_3.set_range(0, MAXIMUM_THROTTLE);
|
||||
#if FRAME_CONFIG != HELI_FRAME
|
||||
g.rc_3.scale_output = .9;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user