mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: Tradheli-default RC8_OPTION to motor interlock
This commit is contained in:
parent
07d9e8c224
commit
62ffd273aa
@ -1194,6 +1194,7 @@ void Copter::convert_pid_parameters(void)
|
|||||||
{ "PSC_VELXY_D", 0.0f },
|
{ "PSC_VELXY_D", 0.0f },
|
||||||
{ "PSC_VELXY_I", 0.5f },
|
{ "PSC_VELXY_I", 0.5f },
|
||||||
{ "PSC_VELXY_P", 1.0f },
|
{ "PSC_VELXY_P", 1.0f },
|
||||||
|
{ "RC8_OPTION", 32 },
|
||||||
};
|
};
|
||||||
AP_Param::set_defaults_from_table(heli_defaults_table, ARRAY_SIZE(heli_defaults_table));
|
AP_Param::set_defaults_from_table(heli_defaults_table, ARRAY_SIZE(heli_defaults_table));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user