We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10b528 commit 178aee8Copy full SHA for 178aee8
libraries/WiFi/src/WiFiGeneric.cpp
@@ -668,7 +668,7 @@ bool wifiLowLevelInit(bool persistent){
668
cfg.static_tx_buf_num = 0;
669
cfg.dynamic_tx_buf_num = 32;
670
cfg.tx_buf_type = 1;
671
- cfg.cache_tx_buf_num = 1; // can't be zero!
+ cfg.cache_tx_buf_num = 4; // can't be zero!
672
cfg.static_rx_buf_num = 4;
673
cfg.dynamic_rx_buf_num = 32;
674
}
0 commit comments