TM: Force initialization after reset
This commit is contained in:
parent
f81b2a00c1
commit
650c76e88d
1 changed files with 1 additions and 0 deletions
|
@ -2586,6 +2586,7 @@ void temp_model_reset_settings()
|
||||||
temp_model::data.err = TEMP_MODEL_E;
|
temp_model::data.err = TEMP_MODEL_E;
|
||||||
temp_model::warn_beep = true;
|
temp_model::warn_beep = true;
|
||||||
temp_model::enabled = true;
|
temp_model::enabled = true;
|
||||||
|
temp_model::data.flag_bits.uninitialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void temp_model_load_settings()
|
void temp_model_load_settings()
|
||||||
|
|
Loading…
Add table
Reference in a new issue