mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 21:21:38 +02:00
Bugfixes around saving settings
This commit is contained in:
parent
48ce948ede
commit
2c0e1bbe57
7 changed files with 38 additions and 18 deletions
|
@ -103,9 +103,11 @@ function parseVersion(obj) {
|
|||
}
|
||||
|
||||
function parseESP(obj) {
|
||||
document.getElementById("esp_type").append(
|
||||
document.createTextNode("Board: " + obj["esp_type"])
|
||||
);
|
||||
if(document.getElementById("esp_type").childNodes.length < 1) {
|
||||
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