Makuna / Rtc

Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
368 stars 126 forks source link

time complied wrong #184

Closed ririfonfon closed 1 year ago

ririfonfon commented 1 year ago

Describe the bug when I upload my code. the monitor writes: compiled : -> Monday 10/07/2023 10:17:57 now : -> Monday 10/07/2023 10:17:59 Pure now : 742299479 Pure compiled : 742299477

the system time is Wednesday 05/07/2023 10:17:57

Development environment (please complete the following information):

Makuna commented 1 year ago

Is this using the official released version or the GitHub master version? i believe this was fixed yesterday but has not been in the official release. If you could pick up the github master version it should be fixed.

ririfonfon commented 1 year ago

Ok it's work. with [env:pico32] platform = espressif32 board = pico32 framework = arduino board_build.f_cpu = 240000000L board_build.f_flash = 80000000L board_build.flash_mode = qio monitor_speed = 115200 board_build.partitions = partitions.csv lib_deps = links2004/WebSockets @ ^2.3.1 fastled/FastLED @ ^3.6.0 https://github.com/Makuna/Rtc

Makuna commented 1 year ago

https://github.com/Makuna/Rtc/releases/tag/2.4.1