fix(phy): fix crash issue when tx power set to 21dBm in ESP32S31

This commit is contained in:
Chen Jianxing
2026-09-14 14:17:05 +08:00
parent aed151a7d2
commit 84b35a1130

View File

@@ -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;