mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
TemperatureWebPanel: widening refresh interval
This commit is contained in:
parent
94ed153f39
commit
0c7a75fd64
@ -9,7 +9,7 @@
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="setInterval(refresh, 1000);">
|
||||
<body onload="setInterval(refresh, 2000);">
|
||||
<span id="content">0</span>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user