Created
December 24, 2022 13:56
-
-
Save Jaharmi/e3e507f52bc4a9bff387a4134ca156d3 to your computer and use it in GitHub Desktop.
Error: ESPHome install with s00500/ESPUI library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from /data/firebeetle-061cb8/.piolibdeps/firebeetle-061cb8/ESP Async WebServer/src/AsyncWebSocket.h:32, | |
from /data/firebeetle-061cb8/.piolibdeps/firebeetle-061cb8/ESP Async WebServer/src/AsyncWebSocket.cpp:22: | |
/data/firebeetle-061cb8/.piolibdeps/firebeetle-061cb8/ESP Async WebServer/src/ESPAsyncWebServer.h:27:10: fatal error: FS.h: No such file or directory | |
************************************************************ | |
* Looking for FS.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:FS.h" | |
* Web > https://registry.platformio.org/search?q=header:FS.h | |
* | |
************************************************************ | |
#include "FS.h" | |
^~~~~~ | |
In file included from /data/firebeetle-061cb8/.piolibdeps/firebeetle-061cb8/ESP Async WebServer/src/AsyncEventSource.h:29, | |
from /data/firebeetle-061cb8/.piolibdeps/firebeetle-061cb8/ESP Async WebServer/src/AsyncEventSource.cpp:21: | |
/data/firebeetle-061cb8/.piolibdeps/firebeetle-061cb8/ESP Async WebServer/src/ESPAsyncWebServer.h:27:10: fatal error: FS.h: No such file or directory | |
************************************************************ | |
* Looking for FS.h dependency? Check our library registry! | |
* | |
* CLI > platformio lib search "header:FS.h" | |
* Web > https://registry.platformio.org/search?q=header:FS.h | |
* | |
************************************************************ | |
#include "FS.h" | |
^~~~~~ | |
compilation terminated. | |
compilation terminated. | |
*** [/data/firebeetle-061cb8/.pioenvs/firebeetle-061cb8/lib34d/ESP Async WebServer/AsyncEventSource.cpp.o] Error 1 | |
*** [/data/firebeetle-061cb8/.pioenvs/firebeetle-061cb8/lib34d/ESP Async WebServer/AsyncWebSocket.cpp.o] Error 1 | |
========================= [FAILED] Took 63.59 seconds ========================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment