You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call our own netif_status_changed from netif->status_callback() as it should have been from the beginning.
Using esp8266/Arduino mDNS example, where
* AP is started first
* mDNS is started
* STA is started later
Without this change, status callback is called only for STA, once, when IP address is not assigned
With this change, status callback is called when AP or STA change their state, including when an IP address is later set by DHCP
0 commit comments