#26: Add over temperature monitor settings to eeprom

This commit is contained in:
2021-02-14 20:06:01 +01:00
parent e614eaa23b
commit 7c5b60ec6b
2 changed files with 41 additions and 1 deletions

View File

@@ -29,4 +29,8 @@ int settings_eeprom_save_calibration(float sens, float offset, bool active);
int settings_eeprom_load_calibration(float *sens, float *offset, bool *active);
int settings_eeprom_save_overtemp_limit(float overtemp_limit);
int settings_eeprom_load_overtemp_limit(float *overtemp_limit);
#endif /* __SETTINGS_SETTINGS_EEPROM_H__ */