remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep

This commit is contained in:
Lou Tianhao
2023-07-26 14:57:22 +08:00
parent 6d3db47187
commit 34b269fb03
11 changed files with 20 additions and 27 deletions

View File

@@ -91,9 +91,7 @@ void app_main(void)
/* Register commands */
esp_console_register_help_command();
register_system_common();
#ifndef CONFIG_IDF_TARGET_ESP32H2 // needs deep sleep support, IDF-6268
register_system_sleep();
#endif
#if SOC_WIFI_SUPPORTED
register_wifi();
#endif