Browse Source

Reboot message no longer needed

Since parameter system will pop message based on meta data
QGC4.4
Don Gagne 9 years ago
parent
commit
cab36848c7
  1. 5
      src/AutoPilotPlugins/Common/RadioComponentController.cc

5
src/AutoPilotPlugins/Common/RadioComponentController.cc

@ -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

Loading…
Cancel
Save