Update radar/index.php
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
document.getElementById('afstand').innerText = data + " cm";
|
document.getElementById('afstand').innerText = data + " cm";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
setInterval(updateAfstand, 1000); // elke seconde vernieuwen
|
setInterval(updateAfstand, 500); // elke seconde vernieuwen
|
||||||
updateAfstand();
|
updateAfstand();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user