mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
fix dhcp6 in upstream lwIP (#5560)
This commit is contained in:
@ -54,8 +54,6 @@ void status(Print& out) {
|
||||
out.println(F("------------------------------"));
|
||||
out.println(ESP.getFullVersion());
|
||||
|
||||
dns_setserver(DNS_MAX_SERVERS - 1, IPAddress(8, 8, 8, 8));
|
||||
|
||||
for (int i = 0; i < DNS_MAX_SERVERS; i++) {
|
||||
IPAddress dns = WiFi.dnsIP(i);
|
||||
if (dns.isSet()) {
|
||||
|
Binary file not shown.
Binary file not shown.
Submodule tools/sdk/lwip2/builder updated: 51b2d6ceec...4670dfc00f
@ -1,5 +1,5 @@
|
||||
// generated by makefiles/make-lwip2-hash
|
||||
#ifndef LWIP_HASH_H
|
||||
#define LWIP_HASH_H
|
||||
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.0-5-g51b2d6c"
|
||||
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.0-6-g4670dfc"
|
||||
#endif // LWIP_HASH_H
|
||||
|
Reference in New Issue
Block a user