Skip to content

Commit cac22e3

Browse files
authored
fix dhcp6 in upstream lwIP (#5560)
1 parent e3bc3c2 commit cac22e3

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

libraries/ESP8266WiFi/examples/IPv6/IPv6.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ void status(Print& out) {
5454
out.println(F("------------------------------"));
5555
out.println(ESP.getFullVersion());
5656

57-
dns_setserver(DNS_MAX_SERVERS - 1, IPAddress(8, 8, 8, 8));
58-
5957
for (int i = 0; i < DNS_MAX_SERVERS; i++) {
6058
IPAddress dns = WiFi.dnsIP(i);
6159
if (dns.isSet()) {

tools/sdk/lib/liblwip6-1460-feat.a

-3.22 KB
Binary file not shown.

tools/sdk/lib/liblwip6-536-feat.a

-3.22 KB
Binary file not shown.

tools/sdk/lwip2/builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndef LWIP_HASH_H
33
#define LWIP_HASH_H
4-
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.0-5-g51b2d6c"
4+
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.0-6-g4670dfc"
55
#endif // LWIP_HASH_H

0 commit comments

Comments
 (0)