Temporarily restrict WiFi stack to only run in single core more

See github #6.
pull/21/head
Angus Gratton 2016-09-05 12:02:11 +10:00
rodzic 587f90929c
commit 166d876d90
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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"