mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
LP-429 manualcontrol: make sure that flight mode changes trigger a configuration check
This commit is contained in:
parent
84aba098ac
commit
c289dd3a1a
@ -135,6 +135,7 @@ int32_t ManualControlStart()
|
|||||||
// Whenever the configuration changes, make sure it is safe to fly
|
// Whenever the configuration changes, make sure it is safe to fly
|
||||||
SystemSettingsConnectCallback(configurationUpdatedCb);
|
SystemSettingsConnectCallback(configurationUpdatedCb);
|
||||||
ManualControlSettingsConnectCallback(configurationUpdatedCb);
|
ManualControlSettingsConnectCallback(configurationUpdatedCb);
|
||||||
|
FlightModeSettingsConnectCallback(configurationUpdatedCb);
|
||||||
ManualControlCommandConnectCallback(commandUpdatedCb);
|
ManualControlCommandConnectCallback(commandUpdatedCb);
|
||||||
|
|
||||||
// clear alarms
|
// clear alarms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user