esp32-idf-sqlite3 icon indicating copy to clipboard operation
esp32-idf-sqlite3 copied to clipboard

ESP-IDF-V5

Open jakobofner opened this issue 2 years ago • 1 comments

Is this library also working with esp-idf v5.0.1 or only with v4.1.1, because I get several errors.

jakobofner avatar May 11 '23 19:05 jakobofner

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

KikyTokamuro avatar Jun 07 '23 13:06 KikyTokamuro