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:
Tiago Medicci Serrano 2023-08-10 13:49:37 -03:00 committed by Alan Carvalho de Assis
parent 01b6c87b15
commit 6f235c5f0a

View file

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