Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 390da0d

Browse files
authoredAug 20, 2019
bump CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM to improve RX performance (#3119)
1 parent d5e2bb1 commit 390da0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2
-2
lines changed
 

‎tools/sdk/include/config/sdkconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#define CONFIG_SPIRAM_USE_CAPS_ALLOC 1
6161
#define CONFIG_FRMN1_QUANT 1
6262
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE 1
63-
#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM 10
63+
#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM 16
6464
#define CONFIG_MBEDTLS_SSL_ALPN 1
6565
#define CONFIG_MBEDTLS_PEM_WRITE_C 1
6666
#define CONFIG_BT_SPP_ENABLED 1

‎tools/sdk/lib/libapp_trace.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)