This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 6f235c5f0a9faeefb148752564edbcf882a2218e Author: Tiago Medicci Serrano <tiago.medi...@espressif.com> AuthorDate: Thu Aug 10 13:49:37 2023 -0300 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. --- boards/xtensa/esp32/esp32-devkitc/configs/blewifi/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/blewifi/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/blewifi/defconfig index b73e735a58..adc0d40343 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/blewifi/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/blewifi/defconfig @@ -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