Browse Source

esp_phy: update esp32 phy max tx power

chenjianxing 4 năm trước cách đây
mục cha
commit
3c3c7b2ee0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/esp_phy/esp32/include/phy_init_data.h

+ 1 - 1
components/esp_phy/esp32/include/phy_init_data.h

@@ -83,7 +83,7 @@ static const esp_phy_init_data_t phy_init_data= { {
         0x18,
         0x18,
         0x18,
-        LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 84),
+        LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 78),
         LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 72),
         LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 66),
         LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 60),