|
|
|
@ -39,6 +39,7 @@ APMPlaneMode::APMPlaneMode(uint32_t mode, bool settable)
@@ -39,6 +39,7 @@ APMPlaneMode::APMPlaneMode(uint32_t mode, bool settable)
|
|
|
|
|
{ QRTL, "QuadPlane RTL" }, |
|
|
|
|
{ QAUTOTUNE, "QuadPlane AutoTune" }, |
|
|
|
|
{ QACRO, "QuadPlane Acro" }, |
|
|
|
|
{ THERMAL, "Thermal"}, |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -68,6 +69,7 @@ ArduPlaneFirmwarePlugin::ArduPlaneFirmwarePlugin(void)
@@ -68,6 +69,7 @@ ArduPlaneFirmwarePlugin::ArduPlaneFirmwarePlugin(void)
|
|
|
|
|
APMPlaneMode(APMPlaneMode::QRTL, true), |
|
|
|
|
APMPlaneMode(APMPlaneMode::QAUTOTUNE, true), |
|
|
|
|
APMPlaneMode(APMPlaneMode::QACRO, true), |
|
|
|
|
APMPlaneMode(APMPlaneMode::THERMAL, true), |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
if (!_remapParamNameIntialized) { |
|
|
|
|