Merge pull request #8595 from bill88t/main

Fix ESP32-C6 wifi
This commit is contained in:
Scott Shawcroft 2023-11-13 11:43:51 -08:00 committed by GitHub
commit fd5373c364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
#
# Wi-Fi
#
CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=8
CONFIG_ESP_WIFI_STATIC_TX_BUFFER=y
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
# end of Wi-Fi