pbolduc / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
4 stars 6 forks source link

Compatibility with arduino 3.0.x #6

Open softhack007 opened 4 months ago

softhack007 commented 4 months ago

The library does not build with arduino-esp32 v3.0.1. Seems that this PR from upstream will fix it:

While you're at it, maybe also check if the asyncTCP fork from esphome has some fixes that might be useful for this fork?