sdkconfig.defaults 383 B

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