We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rtc::sleep
I'm unclear about the purpose of the 100ms delay before going to sleep here:
https://github.com/liebman/esp-hal/blob/2e2d67f315d7c3abf0d023fda541473858769965/esp-hal-common/src/rtc_cntl/mod.rs#L319C32-L319C32
@liebman suggested it might have been left in by mistake #574 (comment)
If so, we should remove the delay parameter of the various sleep methods
The text was updated successfully, but these errors were encountered:
We should probably double check with code in esp-idf - if they don't have that and everything works without we probably can/should remove it
Sorry, something went wrong.
SergioGasquez
Successfully merging a pull request may close this issue.
I'm unclear about the purpose of the 100ms delay before going to sleep here:
https://github.com/liebman/esp-hal/blob/2e2d67f315d7c3abf0d023fda541473858769965/esp-hal-common/src/rtc_cntl/mod.rs#L319C32-L319C32
@liebman suggested it might have been left in by mistake #574 (comment)
If so, we should remove the delay parameter of the various sleep methods
The text was updated successfully, but these errors were encountered: