temp cal. active set to false
This commit is contained in:
parent
ce66699340
commit
45d1dbbfe0
1 changed files with 1 additions and 1 deletions
|
@ -1277,7 +1277,7 @@ void setup()
|
|||
eeprom_write_word(((uint16_t*)EEPROM_PROBE_TEMP_SHIFT) + 4, 0); //60C
|
||||
|
||||
eeprom_write_byte((uint8_t*)EEPROM_TEMP_CAL_ACTIVE, 0);
|
||||
temp_cal_active = true;
|
||||
temp_cal_active = false;
|
||||
}
|
||||
if (eeprom_read_byte((uint8_t*)EEPROM_UVLO) == 255) {
|
||||
eeprom_write_byte((uint8_t*)EEPROM_UVLO, 0);
|
||||
|
|
Loading…
Reference in a new issue