ram caching implemented, not compiling: 'ArduinoJson.h file not found'
parent
f8318530
No related branches found
No related tags found
Showing
- client/client/lib/caching/src/ram_caching.cpp 40 additions, 1 deletionclient/client/lib/caching/src/ram_caching.cpp
- client/client/lib/caching/src/ram_caching.hpp 11 additions, 5 deletionsclient/client/lib/caching/src/ram_caching.hpp
- client/client/lib/espnow/src/ClientDataPackage.hpp 1 addition, 1 deletionclient/client/lib/espnow/src/ClientDataPackage.hpp
-
Compile error:
Compiling .pio/build/esp32-c3-devkitm-1/lib2f0/caching/ram_caching.cpp.o In file included from lib/caching/src/ram_caching.hpp:3, from lib/caching/src/ram_caching.cpp:1: lib/espnow/src/ClientDataPackage.hpp:3:10: fatal error: ArduinoJson.h: No such file or directory
I do not know why this happens. The library is installed and including ClientDataPackage in other libs (e.g. deep sleep) does not throw this error...
Edited by Moritz Perschke -
Ill try building it.
From my experience, this error can be solved by cleaning the project build files and rebuilding.Edited by Zoe Pfister
Please register or sign in to comment