#26: Add over temperature monitor settings to eeprom
This commit is contained in:
		@@ -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__ */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user