1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-13 02:59:13 -04:00
David Cermak 097282a8e3 mdns: fixed crashes on network changes
1) two events AP_STOP, AP_START shortly after each other may cause IGMP config on already stopped netif
2) not properly locked sending packets to queue from timer task

closes 
2018-10-24 12:03:41 +02:00
..