Commit ffe5476
time: import IANA timezone definitions, expose SNTP API (#6373)
* time: import IANA timezone definitions
- `configTime("timezone", "ntp servers...")` added
- timezone definitions by country/cities (TZ.h)
- script to update timezone definitions
- updated example
* fix former configTime non-matching signature
* +include
* example: add scheduled function in callback
* crlf fix
* +missing license for napt
* SNTP: expose configuration helpers
* update submodule
* update precompiled libraries
* optional: change SNTP startup delay
* makes SNTP_UPDATE_DELAY a weak function
update example
fix for lwip1.4
* on the proper use of polledTimeout api... thanks @mcspr :]
* improve update script (per review)
* update lwIP submodule
* update submodule
* hide harmless shell message
* update the release process by asking first to update TZ.h
[ci skip]
* minor update in release documentation
* update in release documentation
* update in release documentation
* clarify release documentation
* fix release documentation - sorry for the noise :(
* fixes per review
* example style
* useless variable in example
* update lwip2 submodule reference, to include espressif missing declaration fixes1 parent 4489e23 commit ffe5476
File tree
18 files changed
+966
-256
lines changed- cores/esp8266
- libraries/esp8266/examples/NTP-TZ-DST
- package
- tools
- sdk
- lib
- lwip2
- include
- lwip
18 files changed
+966
-256
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
| 278 | + | |
| 279 | + | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
282 | 285 | | |
283 | 286 | | |
284 | 287 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 65 | | |
78 | 66 | | |
79 | 67 | | |
| |||
108 | 96 | | |
109 | 97 | | |
110 | 98 | | |
111 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
0 commit comments