forkineye / E131

E1.31 (sACN) library for Arduino with ESP8266 support
127 stars 44 forks source link

Multicast in AP mode not working #5

Open rossmeier opened 8 years ago

rossmeier commented 8 years ago

your call to WiFi.localIP() in initMulticast() returns 0.0.0.0 in AP mode. Please use WiFi.softAPIP() instead when wifi is in AP mode. Thanks a lot! Greetings, veecue