mirror of https://github.com/ArduPilot/ardupilot
Copter: default RC_OPTIONS to 0 for tradheli
This commit is contained in:
parent
0d5de343d2
commit
8325de0845
|
@ -1220,6 +1220,7 @@ void Copter::convert_pid_parameters(void)
|
|||
{ "PSC_VELXY_I", 0.5f },
|
||||
{ "PSC_VELXY_P", 1.0f },
|
||||
{ "RC8_OPTION", 32 },
|
||||
{ "RC_OPTIONS", 0 },
|
||||
};
|
||||
AP_Param::set_defaults_from_table(heli_defaults_table, ARRAY_SIZE(heli_defaults_table));
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue