Skip to content

Commit

Permalink
lwip2 fixes and time/ntp management
Browse files Browse the repository at this point in the history
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 esp8266#3852
  • Loading branch information
d-a-v authored and igrr committed Nov 21, 2017
1 parent 2f09ea7 commit cbfbc1a
Show file tree
Hide file tree
Showing 8 changed files with 607 additions and 15 deletions.
9 changes: 9 additions & 0 deletions cores/esp8266/coredecls.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

#ifndef __COREDECLS_H
#define __COREDECLS_H

extern bool s_bootTimeSet;

// TODO: put declarations here, get rid of -Wno-implicit-function-declaration

#endif // __COREDECLS_H
Loading

0 comments on commit cbfbc1a

Please sign in to comment.