commit | 41f16c3dd7d801a59aa2440eaa0aa85686074640 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Wed Jul 26 11:08:52 2023 -0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jul 27 10:17:53 2023 +0200 |
tree | 56a10a38099f7e797e0430681dc9927152c26e5a | |
parent | 43601095b5825b981326ee29cc7cd3d2643a0131 [diff] |
driver: wifi: esp32: increase default stack values When testing Wi-Fi with MQTT/HTTP/Socket features, network stacks can be full very fast, causing network issues and eventual crash. By analyzing used stacks,increasing the stack size described in this PR fixes most use cases related above. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>