menu: [#43] Get the set_point from the EEPROM
This commit is contained in:
@@ -34,7 +34,7 @@ Menu::readSetPointFromEEPROM (void)
|
||||
sizeof(EventRawData));
|
||||
if ((*data) > 0 && (*data) < 120)
|
||||
{
|
||||
ext_temp.setCurrent(*data);
|
||||
set_point.setCurrent(*data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user