mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
APRS Bridge for TNC
This commit is contained in:
parent
8add599838
commit
a618383617
8 changed files with 55 additions and 24 deletions
|
|
@ -206,6 +206,7 @@ function loadSettings(settings) {
|
|||
document.getElementById("tnc.enableServer").checked = settings.tnc.enableServer;
|
||||
document.getElementById("tnc.enableSerial").checked = settings.tnc.enableSerial;
|
||||
document.getElementById("tnc.acceptOwn").checked = settings.tnc.acceptOwn;
|
||||
document.getElementById("tnc.aprsBridgeActive").checked = settings.tnc.aprsBridgeActive;
|
||||
}
|
||||
|
||||
// MQTT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue