Commit cab36848 authored by Don Gagne's avatar Don Gagne

Reboot message no longer needed

Since parameter system will pop message based on meta data
parent 52e1760e
...@@ -951,11 +951,6 @@ void RadioComponentController::_writeCalibration(void) ...@@ -951,11 +951,6 @@ void RadioComponentController::_writeCalibration(void)
_stopCalibration(); _stopCalibration();
_setInternalCalibrationValuesFromParameters(); _setInternalCalibrationValuesFromParameters();
if (_vehicle->apmFirmware() && functionMappingChanged && !_unitTestMode) {
// We can't emit this in unit test mode since it confused to Qml which is running in an invisible widget
emit functionMappingChangedAPMReboot();
}
} }
/// @brief Starts the calibration process /// @brief Starts the calibration process
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment