mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 14:19:50 +03:00
DS18B20 TEMPERATURE_PRECISION increased to 12 bits and temp converted to float
This commit is contained in:
@@ -156,7 +156,7 @@ void restoreState();
|
||||
lan_status lanLoop();
|
||||
|
||||
#ifndef OWIRE_DISABLE
|
||||
void Changed(int i, DeviceAddress addr, int val);
|
||||
void Changed(int i, DeviceAddress addr, float val);
|
||||
#endif
|
||||
|
||||
void modbusIdle(void);
|
||||
@@ -213,7 +213,7 @@ void pollingLoop(void);
|
||||
|
||||
void thermoLoop(void);
|
||||
|
||||
short thermoSetCurTemp(char *name, short t);
|
||||
short thermoSetCurTemp(char *name, float t);
|
||||
|
||||
void modbusIdle(void);
|
||||
|
||||
@@ -238,4 +238,3 @@ void ip_ready_config_loaded_connecting_to_broker();
|
||||
void printCurentLanConfig();
|
||||
|
||||
void printFreeRam();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user