TM: Force initialization after reset

This commit is contained in:
Yuri D'Elia 2022-12-19 18:08:01 +01:00
parent 36575a4f83
commit c0f96e062b
1 changed files with 1 additions and 0 deletions

View File

@ -2584,6 +2584,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()