mirror of https://github.com/ArduPilot/ardupilot
Minimize the Yaw Deadzone
This commit is contained in:
parent
8ec192cf45
commit
9f8d7d5076
|
@ -13,7 +13,7 @@ static void default_dead_zones()
|
|||
g.rc_4.set_dead_zone(30);
|
||||
#else
|
||||
g.rc_3.set_dead_zone(60);
|
||||
g.rc_4.set_dead_zone(200);
|
||||
g.rc_4.set_dead_zone(80);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue