mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +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
|
||||
SystemSettingsConnectCallback(configurationUpdatedCb);
|
||||
ManualControlSettingsConnectCallback(configurationUpdatedCb);
|
||||
FlightModeSettingsConnectCallback(configurationUpdatedCb);
|
||||
ManualControlCommandConnectCallback(commandUpdatedCb);
|
||||
|
||||
// clear alarms
|
||||
|
Loading…
x
Reference in New Issue
Block a user