rtc: supported disable rom log temporarily

This commit is contained in:
morris
2021-01-27 12:07:05 +08:00
parent b92c290e56
commit 0f5d1c1c46
7 changed files with 79 additions and 9 deletions
@@ -84,9 +84,7 @@ static void init_ulp_program(void)
*/
rtc_gpio_isolate(GPIO_NUM_12);
rtc_gpio_isolate(GPIO_NUM_15);
#if CONFIG_IDF_TARGET_ESP32
esp_deep_sleep_disable_rom_logging(); // suppress boot messages
#endif
}
static void start_ulp_program(void)