esp_phy: fix esp32c3 phy USB & RSSI issue

This commit is contained in:
chenjianxing
2021-10-26 16:09:26 +08:00
committed by bot
parent 534ca101e4
commit 33a616d6a0
4 changed files with 21 additions and 1 deletions

View File

@@ -612,6 +612,10 @@ void esp_phy_load_cal_and_init(void)
}
#endif
#if CONFIG_ESP_PHY_ENABLE_USB
phy_bbpll_en_usb(true);
#endif
#ifdef CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE
esp_phy_calibration_mode_t calibration_mode = PHY_RF_CAL_PARTIAL;
uint8_t sta_mac[6];