Skip to content

Wifi issues with esp32 on Zephyr 3.7 #79749

Answered by OgnjenX
OgnjenX asked this question in Q&A
Discussion options

You must be logged in to vote

I was missing networking buffer configurations in .conf file:

CONFIG_NET_PKT_RX_COUNT=10
CONFIG_NET_PKT_TX_COUNT=10
CONFIG_NET_BUF_RX_COUNT=20
CONFIG_NET_BUF_TX_COUNT=20
CONFIG_NET_MAX_CONTEXTS=10

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OgnjenX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: ESP32 Espressif ESP32 area: Wi-Fi Wi-Fi
1 participant