mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
WiFiAP Active switch added
This commit is contained in:
parent
0a79b6459b
commit
2bd6844d89
2 changed files with 16 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ function loadSettings(settings) {
|
|||
document.getElementById("other.rebootModeTime").value = settings.other.rebootModeTime;
|
||||
|
||||
// WiFi Auto AP
|
||||
document.getElementById("wifi.autoAP.active").checked = settings.wifi.autoAP.active;
|
||||
document.getElementById("wifi.autoAP.password").value = settings.wifi.autoAP.password;
|
||||
document.getElementById("wifi.autoAP.timeout").value = settings.wifi.autoAP.timeout;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue