esp_phy: fix esp32c3/s3 phy USB & RSSI issue

This commit is contained in:
chenjianxing
2021-10-21 16:46:12 +08:00
parent e7b1640199
commit 5918bb73d9
4 changed files with 20 additions and 1 deletions

View File

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