diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index ea1cc97397..af34c4a336 100644 --- a/components/esp32/Kconfig +++ b/components/esp32/Kconfig @@ -6,6 +6,9 @@ config WIFI_ENABLED help This compiles in the low-level WiFi stack. + Temporarily, this option requires that FreeRTOS runs in single core mode. + depends on FREERTOS_UNICORE + config WIFI_AUTO_STARTUP bool "Start WiFi with system startup" default "y"