firmware wip - CSS better sizes for mobile and pc view

This commit is contained in:
Marcus 2024-05-03 15:29:27 +02:00
parent e50f72be9e
commit 2da652b583

View file

@ -1921,9 +1921,9 @@ void WEBroot() {
// todo: auto refresh by api call
body += "<script>";
body += "gaugeTemperature.value(";
body += "gaugeTemperature.value('";
body += valTemperature;
body += ", 42, ' °C'); ";
body += '", 42, ' °C'); ";
body += "gaugeHumidity.value('";
body += valHumidity;