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 += valTemperature;
|
||||
body += '", 42, ' °C'); ";
|
||||
body += "', 42, ' °C'); ";
|
||||
|
||||
body += "gaugeHumidity.value('";
|
||||
body += valHumidity;
|
||||
|
|
Loading…
Reference in a new issue