mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 05:01:39 +02:00
fix /live
This commit is contained in:
parent
491155f161
commit
90955b91f6
3 changed files with 5 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue