mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
examples/ulp: Add using esp_deep_sleep_disable_rom_logging
This commit is contained in:
@@ -76,11 +76,11 @@ static void init_ulp_program()
|
||||
|
||||
/* Disconnect GPIO12 and GPIO15 to remove current drain through
|
||||
* pullup/pulldown resistors.
|
||||
* GPIO15 may be connected to ground to suppress boot messages.
|
||||
* GPIO12 may be pulled high to select flash voltage.
|
||||
*/
|
||||
rtc_gpio_isolate(GPIO_NUM_12);
|
||||
rtc_gpio_isolate(GPIO_NUM_15);
|
||||
esp_deep_sleep_disable_rom_logging(); // suppress boot messages
|
||||
}
|
||||
|
||||
static void start_ulp_program()
|
||||
|
||||
Reference in New Issue
Block a user