Skip to content

Commit 8801ba1

Browse files
Zhang Jun Haodonghengqaz
Zhang Jun Hao
authored andcommitted
feat(esp8266): set wifi default rx continuous buffer to 8
1 parent e456798 commit 8801ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp8266/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ config ESP8266_WIFI_RX_BUFFER_NUM
391391
config ESP8266_WIFI_LEFT_CONTINUOUS_RX_BUFFER_NUM
392392
int "The min number of WiFi continuous RX buffer"
393393
range 0 16
394-
default 4
394+
default 8
395395
help
396396
Set the number of WiFi continuous RX buffer num.
397397
The smaller the value, the easier RX hang will appear. Most of time we should NOT change the default

0 commit comments

Comments
 (0)