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 ce36b55

Browse files
committedJul 17, 2024·
Change buffer size
1 parent d7858a7 commit ce36b55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎configs/defconfig.esp32

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=y
1919
CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y
2020
CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y
2121
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
22-
CONFIG_ETH_DMA_TX_BUFFER_NUM=20
22+
CONFIG_ETH_DMA_BUFFER_SIZE=1600
23+
CONFIG_ETH_DMA_RX_BUFFER_NUM=10
24+
CONFIG_ETH_DMA_TX_BUFFER_NUM=10

0 commit comments

Comments
 (0)
Please sign in to comment.