firmware wip - CSS better sizes for mobile and pc view
This commit is contained in:
parent
2da652b583
commit
65ac8a72a2
1 changed files with 1 additions and 1 deletions
|
@ -1923,7 +1923,7 @@ void WEBroot() {
|
||||||
|
|
||||||
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