startup delay added

This commit is contained in:
richonguzman 2025-10-12 14:21:51 -03:00
parent d334164b6f
commit 152217e71c
9 changed files with 41 additions and 9 deletions

View file

@ -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;