Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 2bd18bd

Browse files
committed
Use 1k value for uart rxbuf size
Previously esp-driver specified internally the buffer to be 1024. Now this is defined inside Mbed OS and the default value there is 256. This is too small in most usecases.
1 parent a23d557 commit 2bd18bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/wifi_esp8266_v4.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
2525
"target_overrides": {
2626
"*": {
27+
"drivers.uart-serial-rxbuf-size": 1024,
2728
"target.features_add": ["COMMON_PAL"],
2829
"platform.stdio-baud-rate": 115200,
2930
"platform.stdio-convert-newlines": true,

0 commit comments

Comments
 (0)