We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec04123 commit 08d076fCopy full SHA for 08d076f
libraries/esp8266/examples/NTP-TZ-DST/NTP-TZ-DST.ino
@@ -48,7 +48,6 @@ extern "C" int clock_gettime(clockid_t unused, struct timespec *tp);
48
void loop() {
49
50
// same result as with time()
51
- // but wrong with NTP
52
timeval tv;
53
gettimeofday(&tv, NULL);
54
Serial.print("gtod:");
0 commit comments