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
I'm using 2 ESPs as a server and a client. UDP broadcast didn't work when client using static IP. I tried using WiFiUDP library.
I also tried using me-no-dev AsyncUDP library. udp.broadcastTo() stopped working.
All the sketch below worked for core 2.4.2, after 2.5.0 they just doesn't work.
Basic Infos
Platform
Settings in IDE
Problem Description
I'm using 2 ESPs as a server and a client. UDP broadcast didn't work when client using static IP. I tried using WiFiUDP library.
I also tried using me-no-dev AsyncUDP library. udp.broadcastTo() stopped working.
All the sketch below worked for core 2.4.2, after 2.5.0 they just doesn't work.
MCVE Sketch
###Using WiFiUDP library:
Server:
Client:
###Using AsyncUDP library:
The text was updated successfully, but these errors were encountered: