sqlite_micro_logger_arduino
sqlite_micro_logger_arduino copied to clipboard
Example throws `DBLOG_RES_READ_ERR` for sdfat
Running Uno-and-above-sdfat
on the MKR WiFi 1010 with an sd-card breakout hooked up to pin 7 as CS, always returns DBLOG_RES_READ_ERR
or better -7
(plus my clock adjustments)
When i recover the DB it seems that the write was successful, but it's not good, if it throws errors and a recover is required after each write.
(Tried SdFat version 2.0.6 and 1.1.4 (Here the timestamp-parsing behaved weird as well 🤪) in case the recent changes f'd it up ... but no difference)