We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NTP server to the Config.lua file and change in LoRaWanGW.lua
CONFIG["GW_NTP_URL"]="nl.pool.ntp.org"
The text was updated successfully, but these errors were encountered:
added...
Sorry, something went wrong.
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...
No branches or pull requests
Add NTP server to the Config.lua file and change in LoRaWanGW.lua
CONFIG["GW_NTP_URL"]="nl.pool.ntp.org"
The text was updated successfully, but these errors were encountered: