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

Commits on Nov 27, 2023

  1. add datatype to factor to get uint64_t

    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.
    elratt0r committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b8c46fb View commit details
    Browse the repository at this point in the history