- # This "default" configuration is appended to all other configurations
- # The contents of "sdkconfig.debug_helpers" is also appended to all other configurations (see CMakeLists.txt)
- CONFIG_ESP_TASK_WDT_INIT=n
- # esp_sleep_enable_gpio_switch() has the change to break UART RX during light sleep stress tests
- # Remove this when IDF-4897 is fixed
- CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=n
|