forked from espressif/esp-idf
Temporarily restrict WiFi stack to only run in single core more
See github #6.
This commit is contained in:
@@ -6,6 +6,9 @@ config WIFI_ENABLED
|
|||||||
help
|
help
|
||||||
This compiles in the low-level WiFi stack.
|
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
|
config WIFI_AUTO_STARTUP
|
||||||
bool "Start WiFi with system startup"
|
bool "Start WiFi with system startup"
|
||||||
default "y"
|
default "y"
|
||||||
|
Reference in New Issue
Block a user