micropython-core2
micropython-core2 copied to clipboard
the bm8563 module return wrong week day
- the week day return by bm8563 is differ from time.localtime, always less 1
- it always return same week day related to current date, no matter what value passed in
import bm8563 import time rtcH = bm8563() tm = time.localtime() tm (2024, 9, 8, 23, 56, 33, 6, 252)