We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this library also working with esp-idf v5.0.1 or only with v4.1.1, because I get several errors.
The text was updated successfully, but these errors were encountered:
In the file "esp32-idf-sqlite3/CMakeLists.txt" add 'spi_flash' to REQUIRES. In the file "esp32-idf-sqlite3/esp32.c" add '#include <esp_random.h>'.
After these changes, this component is build without errors.
ESP-IDF v5.0.2-dirty
Sorry, something went wrong.
No branches or pull requests
Is this library also working with esp-idf v5.0.1 or only with v4.1.1, because I get several errors.
The text was updated successfully, but these errors were encountered: