mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
startup delay added
This commit is contained in:
parent
d334164b6f
commit
152217e71c
9 changed files with 41 additions and 9 deletions
|
|
@ -95,6 +95,7 @@ function loadSettings(settings) {
|
|||
networksContainer.appendChild(networkElement);
|
||||
networkCount++;
|
||||
});
|
||||
document.getElementById("startupDelay").value = settings.startupDelay;
|
||||
|
||||
// APRS-IS
|
||||
document.getElementById("aprs_is.active").checked = settings.aprs_is.active;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue