mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
RC_3 - the throttle channel dead zone upped to 60 to avoid noise issues
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1825 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
f8a718e645
commit
63f8491ad3
@ -19,7 +19,7 @@ void init_rc_in()
|
|||||||
// set rc dead zones
|
// set rc dead zones
|
||||||
g.rc_1.dead_zone = 60; // 60 = .6 degrees
|
g.rc_1.dead_zone = 60; // 60 = .6 degrees
|
||||||
g.rc_2.dead_zone = 60;
|
g.rc_2.dead_zone = 60;
|
||||||
g.rc_3.dead_zone = 20;
|
g.rc_3.dead_zone = 60;
|
||||||
g.rc_4.dead_zone = 500;
|
g.rc_4.dead_zone = 500;
|
||||||
|
|
||||||
//set auxiliary ranges
|
//set auxiliary ranges
|
||||||
|
Loading…
Reference in New Issue
Block a user