ESPAsyncUDP
ESPAsyncUDP copied to clipboard
ESP32 compatiblity: AsyncUDPPacket inherit from Stream
AsyncUDPPacket inherits now from Stream instead of Print to make it compatible with the ESP32 version
This is really useful. I created a fork with this change on top, while this is open. FWIW PlatformIO on windows-latest works for me.