siara-cc/esp32-idf-sqlite3

ESP-IDF-V5

jakobofner opened this issue · 1 comments

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