Issue #26: Add overtemp limit setting to settings module and load it from EEPROM at startup

This commit is contained in:
2021-02-15 20:28:45 +01:00
parent 7c5b60ec6b
commit b9dfe35652
6 changed files with 50 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ uint32_t safety_controller_get_timing_monitor_count(void);
* @param over_temperature Over temperature to set
* @return 0 if successfully saved and applied, negative if error
*/
int safety_controller_configure_overtemp_limit(float over_temperature);
int safety_controller_set_overtemp_limit(float over_temperature);
/**
* @brief Read the current overtemperature limit.