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
when compiling under the two environments in a freshly cloned project it will fail with
In file included from src/main.cpp:29:
include/plugins/DDPPlugin.h:4:10: fatal error: AsyncUDP.h: No such file or directory
******************************************************************
* Looking for AsyncUDP.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:AsyncUDP.h"
* Web > https://registry.platformio.org/search?q=header:AsyncUDP.h
*
******************************************************************
4 | #include "AsyncUDP.h"
| ^~~~~~~~~~~~
compilation terminated.
*** [.pio/build/d1_mini_pro-ota/src/main.cpp.o] Error 1
while compiling just fine with the esp32dev environment
some help would be very welcomed as i would like to see this compile for a esp8266 instead of exclusively on the esp32
The text was updated successfully, but these errors were encountered:
when compiling under the two environments in a freshly cloned project it will fail with
while compiling just fine with the esp32dev environment
some help would be very welcomed as i would like to see this compile for a esp8266 instead of exclusively on the esp32
The text was updated successfully, but these errors were encountered: