mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 18:18:49 -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
|
// set rc channel ranges
|
||||||
g.rc_1.set_angle(4500);
|
g.rc_1.set_angle(4500);
|
||||||
g.rc_2.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
|
#if FRAME_CONFIG != HELI_FRAME
|
||||||
g.rc_3.scale_output = .9;
|
g.rc_3.scale_output = .9;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user