me-no-dev / ESPAsyncUDP

Async UDP library for ESP8266
173 stars 56 forks source link

ESP32 compatiblity: AsyncUDPPacket inherit from Stream #54

Open sivar2311 opened 3 years ago

sivar2311 commented 3 years ago

AsyncUDPPacket inherits now from Stream instead of Print to make it compatible with the ESP32 version

stephas commented 1 year ago

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.