siara-cc / esp32_arduino_sqlite3_lib

Sqlite3 Arduino library for ESP32
Apache License 2.0
350 stars 66 forks source link

Compile problem #70

Open Hsuan2510 opened 1 year ago

Hsuan2510 commented 1 year ago

I just down the project and try to use example but I can't compile correctly,It seems that have many problem in the files in src diectionary....How can I repair it? thks

bradbeshaw commented 6 months ago

I too, can't compile the examples. Arduino IDE 2.2.1 ESP-S3.

siara-cc commented 6 months ago

I just tried compiling the example sqlite3_console with board ESP32-S3-Box and it compiles fine. same Arduino IDE 2.2.1 ESP32 Boards Manager version 2.0.11. This lib has not been tested with any other board than original ESP32 but at least it should compile fine. Please try again after freshly cloning and provide the compile log if you are still facing issues.