Issue #26: Add overtemp limit setting to settings module and load it from EEPROM at startup
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user