mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(wifi): fix wifi rssi to snr issue v51
This commit is contained in:
@@ -1570,8 +1570,8 @@ rcSetTxAmpduLimit = 0x40001c90;
|
||||
/* rcTxUpdatePer = 0x40001c94;*/
|
||||
rcUpdateAckSnr = 0x40001c98;
|
||||
/*rcUpdateRate = 0x40001c9c;*/
|
||||
rcUpdateTxDone = 0x40001ca0;
|
||||
rcUpdateTxDoneAmpdu2 = 0x40001ca4;
|
||||
/*rcUpdateTxDone = 0x40001ca0;*/
|
||||
/*rcUpdateTxDoneAmpdu2 = 0x40001ca4;*/
|
||||
rcUpSched = 0x40001ca8;
|
||||
rssi_margin = 0x40001cac;
|
||||
rx11NRate2AMPDULimit = 0x40001cb0;
|
||||
|
Reference in New Issue
Block a user