esp32-idf-sqlite3
esp32-idf-sqlite3 copied to clipboard
ESP-IDF-V5
Is this library also working with esp-idf v5.0.1 or only with v4.1.1, because I get several errors.
Is this library also working with esp-idf v5.0.1 or only with v4.1.1, because I get several errors.
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