Support multiple temperature sensors

This commit is contained in:
Gunnar Skjold
2020-08-05 19:55:16 +02:00
parent 6479fd6a63
commit e121ec75d8
10 changed files with 325 additions and 30 deletions

View File

@@ -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, ...);