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
Compiling against this platform results in a missing header file: Compiling .pioenvs/esp32dev/src/main.cpp.o In file included from src/main.cpp:3:0: /Users/mmichon/.platformio/lib/AsyncPing_esp8266__ID5697/src/AsyncPing.h:3:26: fatal error: core_version.h: No such file or directory
So I think it's mistagged.
The text was updated successfully, but these errors were encountered:
PlatformIO has the library tagged with ESP32 Platform support: https://platformio.org/lib/show/5697/AsyncPing(esp8266)/installation
Compiling against this platform results in a missing header file:
Compiling .pioenvs/esp32dev/src/main.cpp.o In file included from src/main.cpp:3:0: /Users/mmichon/.platformio/lib/AsyncPing_esp8266__ID5697/src/AsyncPing.h:3:26: fatal error: core_version.h: No such file or directory
So I think it's mistagged.
The text was updated successfully, but these errors were encountered: