We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Been using Udp a lot and believe when the packet fails to send successfully it should return 0, and on success a 1.
From cores/esp32/Udp.h
// Returns 1 if the packet was sent successfully, 0 if there was an error virtual int endPacket() =0;
Below screen shots to support.