mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-08 07:55:28 +00:00
feat: serial kiss
This commit is contained in:
parent
2a5cc33711
commit
d9629d0929
17 changed files with 408 additions and 221 deletions
|
|
@ -150,6 +150,11 @@ function loadSettings(settings) {
|
|||
// document.getElementById("digi.longitude").value = settings.digi.longitude;
|
||||
document.getElementById("digi.mode").value = settings.digi.mode;
|
||||
|
||||
// TNC
|
||||
document.getElementById("tnc.enableServer").checked = settings.tnc.enableServer;
|
||||
document.getElementById("tnc.enableSerial").checked = settings.tnc.enableSerial;
|
||||
document.getElementById("tnc.acceptOwn").checked = settings.tnc.acceptOwn;
|
||||
|
||||
// OTA
|
||||
document.getElementById("ota.username").value = settings.ota.username;
|
||||
document.getElementById("ota.password").value = settings.ota.password;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue