mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +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(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.
Submodule tools/sdk/lwip2/builder updated: 51b2d6ceec...4670dfc00f
@ -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
|
||||||
|
Reference in New Issue
Block a user