Closed dlarue closed 7 years ago
Add NTP server to the Config.lua file and change in LoRaWanGW.lua
CONFIG["GW_NTP_URL"]="nl.pool.ntp.org"
added...
Shouldn't lines 241 alss be changed from: sntp.sync('nl.pool.ntp.org',function(s,us,server) to: sntp.sync(CONFIG[GW_NTP_SERVER],function(s,us,server)
You are right! I'll fix it...
Add NTP server to the Config.lua file and change in LoRaWanGW.lua
CONFIG["GW_NTP_URL"]="nl.pool.ntp.org"