Skip to content

Commit

Permalink
Tweak wifi config
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 27, 2023
1 parent 27111fe commit aab414f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cfg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[esp-wifi]
rx_queue_size = 15
tx_queue_size = 5
static_tx_buf_num = 16
static_rx_buf_num = 8
dynamic_rx_buf_num = 16
static_tx_buf_num = 8
dynamic_tx_buf_num = 16
ampdu_rx_enable = 1
ampdu_tx_enable = 1
rx_ba_win = 16
max_burst_size = 4

0 comments on commit aab414f

Please sign in to comment.