Skip to content

Commit 2b2b3a2

Browse files
committed
lwip2 fixes and time/ntp management
core: +settimeofday() core: +coredecls.h +sntp-lwip2.c core: fix clock_gettime() with micros64() core: honor DST in configTime() core: internal clock is automatically started examples: +esp8266/NTP-TZ-DST.ino lwip2: sntp client removed lwip2: fix crashing with WiFi.softAPConfig(ip,ip,ip) fix #3852
1 parent 117bc87 commit 2b2b3a2

File tree

8 files changed

+607
-15
lines changed

8 files changed

+607
-15
lines changed

cores/esp8266/coredecls.h

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
#ifndef __COREDECLS_H
3+
#define __COREDECLS_H
4+
5+
extern bool s_bootTimeSet;
6+
7+
// TODO: put declarations here, get rid of -Wno-implicit-function-declaration
8+
9+
#endif // __COREDECLS_H

0 commit comments

Comments
 (0)