We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e456798 commit 8801ba1Copy full SHA for 8801ba1
components/esp8266/Kconfig
@@ -391,7 +391,7 @@ config ESP8266_WIFI_RX_BUFFER_NUM
391
config ESP8266_WIFI_LEFT_CONTINUOUS_RX_BUFFER_NUM
392
int "The min number of WiFi continuous RX buffer"
393
range 0 16
394
- default 4
+ default 8
395
help
396
Set the number of WiFi continuous RX buffer num.
397
The smaller the value, the easier RX hang will appear. Most of time we should NOT change the default
0 commit comments