mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Temporarily restrict WiFi stack to only run in single core more
See github #6.
This commit is contained in:
parent
587f90929c
commit
166d876d90
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user