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
When the date and time is set using the Adjust() function, the weekday in the registry is sometimes not correct afterwards. For me this is mainly a problem because it causes the alarm to not work when using alarmType=0x7.
Steps to Reproduce the Problem
The problem only occurs in some chips. It seems some batches are more affected then others. This makes reproduction somewhat tricky. For issue 4 what I had to do to reproduce was:
Stop the oscillator
Set the day of the week to 4 or 5
Start the oscillator
Read the day of the week
The day of the week has changed
Specifications
Library Version: Current master
IDE Version:
Platform: esp-idf
Subsystem:
any other details needed to reproduce the problem
The text was updated successfully, but these errors were encountered:
Expected Behavior
Actual Behavior
When the date and time is set using the Adjust() function, the weekday in the registry is sometimes not correct afterwards. For me this is mainly a problem because it causes the alarm to not work when using alarmType=0x7.
Steps to Reproduce the Problem
The problem only occurs in some chips. It seems some batches are more affected then others. This makes reproduction somewhat tricky. For issue 4 what I had to do to reproduce was:
Specifications
The text was updated successfully, but these errors were encountered: