Explorar el Código

esp_phy: update esp32 phy max tx power

chenjianxing hace 4 años
padre
commit
3c3c7b2ee0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
         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, 72),
         LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 66),
         LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 66),
         LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 60),
         LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 40, 60),