ESP32: RTC domain must be initialized on boot #2105
Labels
1.0 non-breaking
Not needed for 1.0 and can be supported without breaking the driver.
chip:esp32
Issue related to ESP32 chip
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: