mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 22:19:00 +00:00
Beacon Freq on Digi Mode
This commit is contained in:
parent
61409ce683
commit
d334164b6f
11 changed files with 68 additions and 23 deletions
|
|
@ -134,6 +134,7 @@ function loadSettings(settings) {
|
|||
// Digi
|
||||
document.getElementById("digi.mode").value = settings.digi.mode;
|
||||
document.getElementById("digi.ecoMode").value = settings.digi.ecoMode;
|
||||
document.getElementById("digi.beaconOnRxFreq").value = settings.digi.beaconOnRxFreq;
|
||||
|
||||
// LoRa
|
||||
document.getElementById("lora.txFreq").value = settings.lora.txFreq;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue