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
I didn't label this as a bug yet, but if crate::rtc_cntl::Rtc::new(&mut peripherals.LPWR); is not called on boot on the esp32, many things get broken, namely wifi. Given that we always do this, it's not a problem yet but if we ever resolve #1698 it will be.
I didn't label this as a bug yet, but if
crate::rtc_cntl::Rtc::new(&mut peripherals.LPWR);
is not called on boot on the esp32, many things get broken, namely wifi. Given that we always do this, it's not a problem yet but if we ever resolve #1698 it will be.context: #2104
The text was updated successfully, but these errors were encountered: