You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems wrong twice- I assume the platform should be "espressif32" and wrapped inside an array or the library.json removed altogether. The latter would limit confusion as it still points to the ESPAsyncUDP repo.
I'm trying a cross-build for esp8266 and esp32 both. I need to use ESPAsyncUDP.
In order to have the esp32 build NOT use the ESPAsyncUDP but the built-in AsyncUDP, I've set
lib_compat_mode=strict
.Problem is that now the
AsyncUDP
is ignored according to the verbose build:Looking at the platform directory I see that
libraries/AsyncUDP
contains thislibrary.json
:This seems wrong twice- I assume the platform should be "espressif32" and wrapped inside an array or the library.json removed altogether. The latter would limit confusion as it still points to the ESPAsyncUDP repo.
Btw,
frameworks
should also be an array?Refs platformio/platform-espressif32#186
The text was updated successfully, but these errors were encountered: