added realtime javascript variable value to html

This commit is contained in:
Sam
2023-10-12 22:19:14 +02:00
parent f6faf4aaed
commit 886c2015f3
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ async function readLoop() {
// console.log(temp);
// console.log(humid);
// console.log(licht);
document.getElementById("temp").innerHTML = tempArray;
}