File tree 3 files changed +3
-10
lines changed 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 145
145
url = https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git
146
146
[submodule "ports/espressif/esp-idf "]
147
147
path = ports/espressif/esp-idf
148
- url = https://github.com/adafruit /esp-idf.git
149
- branch = circuitpython- v4.4
148
+ url = https://github.com/espressif /esp-idf.git
149
+ branch = release/ v4.4
150
150
[submodule "ports/espressif/certificates/nina-fw "]
151
151
path = ports/espressif/certificates/nina-fw
152
152
url = https://github.com/adafruit/nina-fw.git
Original file line number Diff line number Diff line change @@ -166,13 +166,6 @@ void NORETURN common_hal_alarm_enter_deep_sleep(void) {
166
166
alarm_pin_pinalarm_prepare_for_deep_sleep ();
167
167
alarm_touch_touchalarm_prepare_for_deep_sleep ();
168
168
169
- // Disable brownout detection, which appears to be triggered sometimes when
170
- // waking from deep sleep.
171
- // See https://www.esp32.com/viewtopic.php?f=13&t=19208#p71084
172
- // and https://github.com/adafruit/circuitpython/issues/4025#issuecomment-771027606
173
- // TODO: We can remove this workaround when ESP-IDF handles this.
174
- CLEAR_PERI_REG_MASK (RTC_CNTL_BROWN_OUT_REG , RTC_CNTL_BROWN_OUT_RST_ENA );
175
-
176
169
// The ESP-IDF caches the deep sleep settings and applies them before sleep.
177
170
// We don't need to worry about resetting them in the interim.
178
171
esp_deep_sleep_start ();
You can’t perform that action at this time.
0 commit comments