You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reults of the day of week formula is 0 to 6. The if (weekday >= 1 && weekday <= 7) statement in void DS3231::updateWeek() does not allow day 0 to update.