Skip to content

Commit fd5373c

Browse files
authored
Merge pull request #8595 from bill88t/main
Fix ESP32-C6 wifi
2 parents 0302d6b + d6ad25e commit fd5373c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
3737

3838
#
3939
# Wi-Fi
40-
#
41-
CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=8
42-
CONFIG_ESP_WIFI_STATIC_TX_BUFFER=y
40+
4341
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
4442
# end of Wi-Fi
4543

0 commit comments

Comments
 (0)