mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Consistent netif->status_callback (#8676)
https://github.com/d-a-v/esp82xx-nonos-linklayer/pull/62
This commit is contained in:
parent
bde8ef7af7
commit
2360d1cff1
@ -92,11 +92,13 @@ namespace MDNSImplementation
|
|||||||
LwipIntf::stateUpCB(
|
LwipIntf::stateUpCB(
|
||||||
[this](netif* intf)
|
[this](netif* intf)
|
||||||
{
|
{
|
||||||
(void)intf;
|
if (IPAddress(intf->ip_addr).isSet())
|
||||||
|
{
|
||||||
DEBUG_EX_INFO(DEBUG_OUTPUT.printf_P(
|
DEBUG_EX_INFO(DEBUG_OUTPUT.printf_P(
|
||||||
PSTR("[MDNSResponder] new Interface '%c%c' is UP! restarting\n"), intf->name[0],
|
PSTR("[MDNSResponder] new Interface '%c%c' is UP! restarting\n"),
|
||||||
intf->name[1]));
|
intf->name[0], intf->name[1]));
|
||||||
_restart();
|
_restart();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
DEBUG_EX_ERR(if (!bResult) {
|
DEBUG_EX_ERR(if (!bResult) {
|
||||||
DEBUG_OUTPUT.printf_P(PSTR("[MDNSResponder] begin: FAILED for '%s'!\n"),
|
DEBUG_OUTPUT.printf_P(PSTR("[MDNSResponder] begin: FAILED for '%s'!\n"),
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
Subproject commit b5def382d6ec666dc423611d09f137aa45147f25
|
Subproject commit cffd11fb091b27f8bd37ea84353adbeb8bf20cd7
|
@ -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_3_RELEASE/glue:1.2-63-gb5def38"
|
#define LWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-65-g06164fb"
|
||||||
#endif // LWIP_HASH_H
|
#endif // LWIP_HASH_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user