firmware wip - CSS better sizes for mobile and pc view
This commit is contained in:
parent
e50f72be9e
commit
2da652b583
1 changed files with 2 additions and 2 deletions
|
@ -1921,9 +1921,9 @@ void WEBroot() {
|
||||||
// todo: auto refresh by api call
|
// todo: auto refresh by api call
|
||||||
body += "<script>";
|
body += "<script>";
|
||||||
|
|
||||||
body += "gaugeTemperature.value(";
|
body += "gaugeTemperature.value('";
|
||||||
body += valTemperature;
|
body += valTemperature;
|
||||||
body += ", 42, ' °C'); ";
|
body += '", 42, ' °C'); ";
|
||||||
|
|
||||||
body += "gaugeHumidity.value('";
|
body += "gaugeHumidity.value('";
|
||||||
body += valHumidity;
|
body += valHumidity;
|
||||||
|
|
Loading…
Reference in a new issue