mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Sub: Force ch 3 trim to 1100 to match hardcoded radio settings
This commit is contained in:
parent
967ead31db
commit
5a99da106a
@ -48,6 +48,10 @@ void Sub::init_rc_in()
|
||||
=======
|
||||
>>>>>>> Changed to ArduCopter as the base code.
|
||||
|
||||
// force throttle trim to 1100
|
||||
channel_throttle->set_radio_trim(1100);
|
||||
channel_throttle->save_eeprom();
|
||||
|
||||
//set auxiliary servo ranges
|
||||
// g.rc_5.set_range(0,1000);
|
||||
// g.rc_6.set_range(0,1000);
|
||||
|
Loading…
Reference in New Issue
Block a user