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