siara-cc / esp32_arduino_sqlite3_lib

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

ESP32 - Sqlite & RTClib (DS3231) Error #39

Open hectorx2x opened 3 years ago

hectorx2x commented 3 years ago

Hello! very good library, someone has tried to use sqlite next to adafruit's RTC library? (https://github.com/adafruit/RTClib)

If I use the RTC library alone, it works perfectly. If I use this library alone, it works perfectly

But when I include both... I get errors

2021-01-09_15h20_29

2021-01-09_15h20_39

Any ideas?

cresusjpt commented 3 years ago

Hello, i'm using both actually in a project and everything seems to be ok. Which version are you using ?