Skip to content
Snippets Groups Projects
Commit c012753a authored by Moritz Perschke's avatar Moritz Perschke
Browse files

ram caching implemented, not compiling: 'ArduinoJson.h file not found'

parent f8318530
No related branches found
No related tags found
4 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!6Espnow
Loading
  • Developer

    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
  • Maintainer

    Ill try building it. From my experience, this error can be solved by cleaning the project build files and rebuilding.

    Edited by Zoe Pfister
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment