mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-25 20:06:08 +00:00
Support multiple temperature sensors
This commit is contained in:
@@ -60,6 +60,7 @@ private:
|
||||
|
||||
void indexHtml();
|
||||
void applicationJs();
|
||||
void temperature();
|
||||
void configMeterHtml();
|
||||
void configWifiHtml();
|
||||
void configMqttHtml();
|
||||
@@ -103,6 +104,9 @@ private:
|
||||
|
||||
void notFound();
|
||||
|
||||
String toHex(uint8_t* in);
|
||||
uint8_t* fromHex(String in, uint8_t size);
|
||||
|
||||
void printD(String fmt, ...);
|
||||
void printI(String fmt, ...);
|
||||
void printW(String fmt, ...);
|
||||
|
||||
Reference in New Issue
Block a user