sensor calibration: remove param_save_default() calls

This commit is contained in:
Beat Küng
2017-03-24 17:03:54 +01:00
committed by Lorenz Meier
parent 4b18f8ea46
commit 43afb8d41e
7 changed files with 9 additions and 57 deletions

View File

@@ -406,13 +406,6 @@ int do_accel_calibration(orb_advert_t *mavlink_log_pub)
}
if (res == PX4_OK) {
/* auto-save to EEPROM */
res = param_save_default();
if (res != PX4_OK) {
calibration_log_critical(mavlink_log_pub, CAL_ERROR_SAVE_PARAMS_MSG);
}
/* if there is a any preflight-check system response, let the barrage of messages through */
usleep(200000);