Update radar/index.php
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user