mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
fix dhcp6 in upstream lwIP (#5560)
This commit is contained in:
parent
e3bc3c226b
commit
cac22e3576
@ -54,8 +54,6 @@ void status(Print& out) {
|
|||||||
out.println(F("------------------------------"));
|
out.println(F("------------------------------"));
|
||||||
out.println(ESP.getFullVersion());
|
out.println(ESP.getFullVersion());
|
||||||
|
|
||||||
dns_setserver(DNS_MAX_SERVERS - 1, IPAddress(8, 8, 8, 8));
|
|
||||||
|
|
||||||
for (int i = 0; i < DNS_MAX_SERVERS; i++) {
|
for (int i = 0; i < DNS_MAX_SERVERS; i++) {
|
||||||
IPAddress dns = WiFi.dnsIP(i);
|
IPAddress dns = WiFi.dnsIP(i);
|
||||||
if (dns.isSet()) {
|
if (dns.isSet()) {
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
Subproject commit 51b2d6ceec717e06dc6ef0c839bb1e23809193be
|
Subproject commit 4670dfc00f0ce2caf194aca2f497d89d7b758ac7
|
@ -1,5 +1,5 @@
|
|||||||
// generated by makefiles/make-lwip2-hash
|
// generated by makefiles/make-lwip2-hash
|
||||||
#ifndef LWIP_HASH_H
|
#ifndef LWIP_HASH_H
|
||||||
#define 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
|
#endif // LWIP_HASH_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user