Browse Source

Plane: fixed default deadzone for the throttle channel

this is the 2nd half of the fix for issue #303
master
Andrew Tridgell 12 years ago
parent
commit
399970e76f
  1. 2
      ArduPlane/radio.pde

2
ArduPlane/radio.pde

@ -30,7 +30,7 @@ static void init_rc_in() @@ -30,7 +30,7 @@ static void init_rc_in()
channel_roll->set_default_dead_zone(30);
channel_pitch->set_default_dead_zone(30);
channel_rudder->set_default_dead_zone(30);
channel_throttle->set_default_dead_zone(3);
channel_throttle->set_default_dead_zone(30);
//set auxiliary ranges
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4

Loading…
Cancel
Save