i have a silly question:
is it possible to listen two UDP ports, for example 4210 and 4212?
I thaught I just have to declaire two WiFiUDP objects like Udp1 and Udp2 and then Udp1.begin(4210); Udp2.begin(4212);
but for some reason it does not work...
any ideas?
Thank you!