mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
esp32-devkitc: Enable softAP on blewifi
defconfig to ease testing
In order to properly test the W-Fi/BT coexistence mode, set the Wi-Fi mode to station + softAP.
This commit is contained in:
parent
01b6c87b15
commit
6f235c5f0a
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ CONFIG_ESP32_STORAGE_MTD_SIZE=0x80000
|
|||
CONFIG_ESP32_UART0=y
|
||||
CONFIG_ESP32_WIFI=y
|
||||
CONFIG_ESP32_WIFI_BT_COEXIST=y
|
||||
CONFIG_ESP32_WIFI_STATION_SOFTAP=y
|
||||
CONFIG_EXAMPLE_POWER_SAVE_MIN_MODEM=y
|
||||
CONFIG_FILE_STREAM=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
|
|
Loading…
Reference in a new issue