From 84b35a1130ff54aeda84a26dd9a0cec2b54f522e Mon Sep 17 00:00:00 2001 From: Chen Jianxing Date: Mon, 14 Sep 2026 14:17:05 +0800 Subject: [PATCH] fix(phy): fix crash issue when tx power set to 21dBm in ESP32S31 --- components/esp_rom/esp32s31/ld/esp32s31.rom.phy.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32s31/ld/esp32s31.rom.phy.ld b/components/esp_rom/esp32s31/ld/esp32s31.rom.phy.ld index edf044ac8c3..5ad1ddc0fc6 100644 --- a/components/esp_rom/esp32s31/ld/esp32s31.rom.phy.ld +++ b/components/esp_rom/esp32s31/ld/esp32s31.rom.phy.ld @@ -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;