mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-26 20:57:13 +02:00
0.6.7
* merge PR #883, improved store of settings and javascript, thx @tastendruecker123 * support `.` and `,` as floating point seperator in setup #881
This commit is contained in:
parent
c3728a8303
commit
12a3d503c8
6 changed files with 46 additions and 42 deletions
|
@ -103,11 +103,9 @@ function parseVersion(obj) {
|
|||
}
|
||||
|
||||
function parseESP(obj) {
|
||||
if(document.getElementById("esp_type").childNodes.length < 1) {
|
||||
document.getElementById("esp_type").append(
|
||||
document.createTextNode("Board: " + obj["esp_type"])
|
||||
);
|
||||
}
|
||||
document.getElementById("esp_type").replaceChildren(
|
||||
document.createTextNode("Board: " + obj["esp_type"])
|
||||
);
|
||||
}
|
||||
|
||||
function parseRssi(obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue