mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
Set Define for Max throttle
This commit is contained in:
parent
737feabc6c
commit
c4ad864ed0
@ -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