We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eaa4d commit 9e8e832Copy full SHA for 9e8e832
1 file changed
ports/esp32/modesp32.c
@@ -284,7 +284,7 @@ static const mp_rom_map_elem_t esp32_module_globals_table[] = {
284
#if SOC_ULP_SUPPORTED
285
{ MP_ROM_QSTR(MP_QSTR_wake_on_ulp), MP_ROM_PTR(&esp32_wake_on_ulp_obj) },
286
#endif
287
- #if SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP && !SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP
+ #if SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP && !SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP //P4 does not support
288
{ MP_ROM_QSTR(MP_QSTR_gpio_deep_sleep_hold), MP_ROM_PTR(&esp32_gpio_deep_sleep_hold_obj) },
289
290
#if CONFIG_IDF_TARGET_ESP32
0 commit comments