m5stack / M5_Camera_Examples

M5 camera series product examples.
MIT License
15 stars 9 forks source link

Apply BM8563 driver time setting fixes #2

Closed jakoai closed 8 months ago

jakoai commented 1 year ago

BM8563 (aka PCF8563) driver has been updated, where writing into weekdays and month day registers were switched. Source of the fix from the author: https://gitlab.com/UncleRus/esp-idf-lib/-/commit/523b0c40851b9e1b4d2dc8c365d96994dcef8917

imliubo commented 8 months ago

Thanks, update done.