Merge branch 'main' of gitlab.fdmci.hva.nl:propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/PB1-hossan
This commit is contained in:
@@ -75,11 +75,6 @@ async function readLoop() {
|
||||
}
|
||||
|
||||
buffer = [];
|
||||
// var array = sensorString.split(','),
|
||||
// temp = array[0], humid = array[1], licht = array[2];
|
||||
// console.log(temp);
|
||||
// console.log(humid);
|
||||
// console.log(licht);
|
||||
document.getElementById("temp").innerHTML = SensorValues[0];
|
||||
document.getElementById("humid").innerHTML = SensorValues[1];
|
||||
document.getElementById("licht").innerHTML = SensorValues[2];
|
||||
|
Reference in New Issue
Block a user