Skip to content

Commit 390da0d

Browse files
authored
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.

tools/sdk/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libasio.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libbootloader_support.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libbt.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcoap.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libconsole.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcxx.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libdriver.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)