mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(phy): fix crash issue when tx power set to 21dBm in ESP32S31
This commit is contained in:
@@ -36,7 +36,7 @@ phy_set_chan_reg = 0x2f801228;
|
||||
phy_i2c_master_reset = 0x2f80122c;
|
||||
phy_chan14_mic_enable = 0x2f801230;
|
||||
phy_chan14_mic_cfg = 0x2f801234;
|
||||
phy_set_most_tpw = 0x2f801238;
|
||||
//phy_set_most_tpw = 0x2f801238;
|
||||
phy_get_most_tpw = 0x2f80123c;
|
||||
phy_tx_state_out = 0x2f801240;
|
||||
phy_ant_dft_cfg = 0x2f801244;
|
||||
|
||||
Reference in New Issue
Block a user