Skip to content

Commit

Permalink
Sub: Force ch 3 trim to 1100 to match hardcoded radio settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rjehangir authored and tridge committed Feb 21, 2017
1 parent 967ead3 commit 5a99da1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ArduSub/radio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5a99da1

Please sign in to comment.