forked from espressif/esp32-arduino-lib-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 9819b81
LWIP: support SNTP over DHCP (espressif#51)
- increase default number of NTP servers up to 3 (match with Arduino esp8266)
- activate SNTP over DHCP requests (match with Arduino esp8266)
addressing issue espressif/arduino-esp32#4964
provided via espressif/esp-idf#7336 1 parent 3b85a7d commit 9819b81
3 files changed
+6
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1114 | 1114 |
| |
1115 | 1115 |
| |
1116 | 1116 |
| |
1117 | - | ||
1118 | - | ||
1117 | + | ||
1118 | + | ||
1119 | 1119 |
| |
1120 | 1120 |
| |
1121 | 1121 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1131 | 1131 |
| |
1132 | 1132 |
| |
1133 | 1133 |
| |
1134 | - | ||
1135 | - | ||
1134 | + | ||
1135 | + | ||
1136 | 1136 |
| |
1137 | 1137 |
| |
1138 | 1138 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
964 | 964 |
| |
965 | 965 |
| |
966 | 966 |
| |
967 | - | ||
968 | - | ||
967 | + | ||
968 | + | ||
969 | 969 |
| |
970 | 970 |
| |
971 | 971 |
| |
|
0 commit comments