TM: Force initialization after reset

This commit is contained in:
Yuri D'Elia 2022-12-19 18:08:01 +01:00 committed by 3d-gussner
parent f81b2a00c1
commit 650c76e88d

View File

@ -2586,6 +2586,7 @@ void temp_model_reset_settings()
temp_model::data.err = TEMP_MODEL_E;
temp_model::warn_beep = true;
temp_model::enabled = true;
temp_model::data.flag_bits.uninitialized = true;
}
void temp_model_load_settings()