firmware wip - MOST WEBUI STUFF IS DONE!
This commit is contained in:
parent
d5695f8926
commit
56ce028b38
1 changed files with 2 additions and 3 deletions
|
@ -1226,7 +1226,7 @@ void WEBroot() {
|
||||||
body += " %<br>";
|
body += " %<br>";
|
||||||
body += "Humidity: ";
|
body += "Humidity: ";
|
||||||
body += getHumidity();
|
body += getHumidity();
|
||||||
body += " ?<br>";
|
body += " %<br>";
|
||||||
body += "Temperature: ";
|
body += "Temperature: ";
|
||||||
body += getTemperature(TemperatureSensor_Type);
|
body += getTemperature(TemperatureSensor_Type);
|
||||||
body += " °C<br>";
|
body += " °C<br>";
|
||||||
|
@ -1838,4 +1838,3 @@ String JSreplaceStr(String elementID, String content) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue