commit | 831ecd4096034aeb76e051d2add31a324348b0d9 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Mon Nov 28 09:30:05 2022 -0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Nov 30 13:40:10 2022 +0100 |
tree | 737a987c2d446fa3731c4e61e3a6a2f5c2a3d087 | |
parent | b7b8830c7ce317b50a3a2b31dbab38282e0375c6 [diff] |
driver: wifi: esp32: disable optimization by default Do not set wifi optimizations by default in order to free up IRAM room region. In case higher throutput is necessary, one can enable this flags to optmize it. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>