This commit is contained in:
2024-05-05 21:27:17 +02:00
parent c3b6952017
commit 8acb6bfaf1
5 changed files with 79 additions and 48 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
Plotly.newPlot('graph_hr', HR_graphData.data, HR_graphData.layout);
</script>
<script>
// Refresh the page every 10 seconds
// Refresh the page every 20 seconds
setTimeout(function(){
location.reload();
}, 20000);