Update radar/index.php

This commit is contained in:
2026-01-02 21:27:45 +01:00
parent ff87e80aec
commit 7860bb2d0c

View File

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