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

add datatype to factor to get uint64_t #36

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

elratt0r
Copy link
Contributor

@elratt0r elratt0r commented Nov 27, 2023

See esp_sleep_enable_timer_wakeup(uint64_t time_in_us)

With uint32_t a maximum sleep time of ~4294s/71min is possible, before the counter wraps around.

Fixes #34

See esp_sleep_enable_timer_wakeup(uint64_t time_in_us)

With uint32_t a maximum sleep time of ~4294s/71min is possible,
before the counter wraps around.
@lanrat lanrat merged commit 3a0323e into lanrat:main Nov 27, 2023
3 checks passed
@lanrat
Copy link
Owner

lanrat commented Nov 27, 2023

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sleep of 440min gets disrupted
2 participants