mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
TemperatureWebPanel: widening refresh interval
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body onload="setInterval(refresh, 1000);">
|
<body onload="setInterval(refresh, 2000);">
|
||||||
<span id="content">0</span>
|
<span id="content">0</span>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user