issues
search
arduino-libraries
/
ArduinoMDNS
mDNS Library for Arduino
40
stars
13
forks
source link
MDNS does not update IP address on WiFi DHCP address reallocation
#44
Open
matthewgream
opened
1 month ago
matthewgream
commented
1 month ago
To reproduce:
review MDNS code to observe that IP address is configured once, at begin
which must be called after WiFi allocation takes place
if WiFi address is reallocated, no mechanism exists to update MDNS cached IP address
To reproduce: