Update radar/index.php

This commit is contained in:
2026-01-02 21:31:57 +01:00
parent 7860bb2d0c
commit 8bb849c370

View File

@@ -16,7 +16,7 @@
document.getElementById('afstand').innerText = data + " cm";
});
}
setInterval(updateAfstand, 500); // elke seconde vernieuwen
setInterval(updateAfstand, 200); // elke seconde vernieuwen
updateAfstand();
</script>
</body>