fix /live

This commit is contained in:
lumapu 2023-03-03 09:49:41 +01:00
parent 491155f161
commit 90955b91f6
3 changed files with 5 additions and 3 deletions

View file

@ -103,7 +103,9 @@ function parseVersion(obj) {
}
function parseESP(obj) {
document.getElementById("esp_type").innerHTML="Board: " + obj["esp_type"];
document.getElementById("esp_type").append(
document.createTextNode("Board: " + obj["esp_type"])
);
}
function parseRssi(obj) {