You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/embedded/esp32-idf/sdkconfig.defaults

9 lines
170 B
Plaintext

# Increased stack size
CONFIG_ESP_MAIN_TASK_STACK_SIZE=32768
# Disable task watchdog
CONFIG_ESP_TASK_WDT=n
# Increase CPU frequency
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y