Skip to content

Commit c398461

Browse files
committed
Merge branch 'feature/set_wifi_default_rx_continuous_buffer_to_8_v3.3' into 'release/v3.3'
feat(esp8266): set wifi default rx continuous buffer to 8 (backport v3.3) See merge request sdk/ESP8266_RTOS_SDK!1232
2 parents fe502cc + 8801ba1 commit c398461

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)