Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/components/esp32.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ esp32:
the ESP-IDF framework. Not valid for the Arduino framework. Use of experimental features may cause instability or
other issues.

- **main_loop_stack_size** (*Optional*, int): Can be set to changed to adjust the default ESPHome main loop task stack size in
the ESP-IDF framework. Not valid for the Arduino framework. Increased values allow to create deeper function invocation stacks
at the cost of reduced available heap memory. This value can be increased to complex code invocation stack sequences.
Adjust this value only if you see error like `A stack overflow in task app_main has been detected`.
**Valid only on original ESP32 with** `esp-idf` **framework.**

**LWIP Optimization Options (ESP-IDF only):**

The following options are available under the `advanced` section when using the ESP-IDF framework to optimize
Expand Down