mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 22:19:00 +00:00
Op ntp server
This commit is contained in:
parent
1abaa299e0
commit
2a86cdb0d8
9 changed files with 30 additions and 6 deletions
|
|
@ -241,6 +241,7 @@ function loadSettings(settings) {
|
|||
document.getElementById("remoteManagement.rfOnly").checked = settings.remoteManagement.rfOnly;
|
||||
|
||||
// NTP
|
||||
document.getElementById("ntp.server").value = settings.ntp.server;
|
||||
document.getElementById("ntp.gmtCorrection").value = settings.ntp.gmtCorrection;
|
||||
|
||||
// Experimental
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue