Commit d2b43f65 authored by Eric Duminil's avatar Eric Duminil
Browse files

Forgotten NTP command

parent b71eebdd
......@@ -53,6 +53,7 @@ namespace ntp {
Serial.println(time);
if (connected_at_least_once) {
Serial.println(F("NTP update already happened. Not changing anything."));
return;
}
Serial.print(F("Setting UNIX time to : "));
Serial.println(unix_seconds);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment