mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 21:21:38 +02:00
insert board type on footer + fix footer
This commit is contained in:
parent
56cfffbcd8
commit
51be5061ea
4 changed files with 21 additions and 7 deletions
|
@ -27,6 +27,10 @@ function parseVersion(obj) {
|
|||
);
|
||||
}
|
||||
|
||||
function parseESP(obj) {
|
||||
document.getElementById("esp_type").innerHTML="Board: " + obj["esp_type"];
|
||||
}
|
||||
|
||||
function setHide(id, hide) {
|
||||
var elm = document.getElementById(id);
|
||||
if(hide) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue