removed js junk

This commit is contained in:
2023-11-01 19:00:45 +01:00
parent 6456f957ca
commit ab6771dfee

View File

@@ -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];