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