mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-18 15:26:18 +02:00
2
This commit is contained in:
@@ -223,6 +223,10 @@ function loadSettings(settings) {
|
||||
document.getElementById("other.lowPowerMode").checked = settings.other.lowPowerMode;
|
||||
document.getElementById("other.lowVoltageCutOff").value = settings.other.lowVoltageCutOff || 0
|
||||
|
||||
// Management over APRS
|
||||
document.getElementById("remoteManagement.managers").value = settings.remoteManagement.managers;
|
||||
document.getElementById("remoteManagement.rfOnly").checked = settings.remoteManagement.rfOnly;
|
||||
|
||||
updateImage();
|
||||
refreshSpeedStandard();
|
||||
toggleFields();
|
||||
|
||||
Reference in New Issue
Block a user