mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
Copter : allow rc_override input at start
found by chobitsfan
This commit is contained in:
parent
961a97a8c9
commit
50c3ed1460
@ -43,6 +43,9 @@ void Copter::init_rc_in()
|
||||
|
||||
// initialise throttle_zero flag
|
||||
ap.throttle_zero = true;
|
||||
|
||||
// Allow override by default at start
|
||||
ap.rc_override_enable = true;
|
||||
}
|
||||
|
||||
// init_rc_out -- initialise motors and check if pilot wants to perform ESC calibration
|
||||
|
Loading…
Reference in New Issue
Block a user