Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore ESP-IDF wakeup cause when light sleeping #7441

Merged
merged 1 commit into from Jan 11, 2023

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Jan 10, 2023

The IDF's wakeup cause is only for deep sleep. Without ignoring it, light sleep will wake up too early when done after a deep sleep wake.

Fixes #7300

The IDF's wakeup cause is only for deep sleep. Without ignoring it,
light sleep will wake up too early when done after a deep sleep
wake.

Fixes micropython#7300
@tannewt tannewt added bug espressif applies to multiple Espressif chips alarms and sleep labels Jan 10, 2023
@tannewt tannewt requested a review from dhalbert January 10, 2023 23:37
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the diagnosis and fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alarms and sleep bug espressif applies to multiple Espressif chips
Projects
None yet
2 participants