From 166d876d90219f4b9c2fe08be5a1134a879124dd Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 5 Sep 2016 12:02:11 +1000 Subject: [PATCH] Temporarily restrict WiFi stack to only run in single core more See github #6. --- components/esp32/Kconfig | 3 +++ 1 file changed, 3 insertions(+) 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"