Trying to follow the project at ESP32 OTA (Over-the-Air) Updates – AsyncElegantOTA VS Code | Random Nerd Tutorials
When the project is built the following error is generated:
Compiling .pio\build\az-delivery-devkit-v4\lib59f\ESP Async WebServer\WebResponses.cpp.o
In file included from .pio/libdeps/az-delivery-devkit-v4/ESP Async WebServer/src/SPIFFSEditor.h:3:0,
from .pio/libdeps/az-delivery-devkit-v4/ESP Async WebServer/src/SPIFFSEditor.cpp:1:
.pio/libdeps/az-delivery-devkit-v4/ESP Async WebServer/src/ESPAsyncWebServer.h:27:16: fatal error: FS.h: No such file or directory
I cannot find FS.h using any of the Platformio search tools.
Any ideas?