mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-27 11:58:55 +00:00
all: Apply new version logic (major * 100 + minor)
This commit is contained in:
committed by
BOT
parent
2b04fa8059
commit
e88f235326
@@ -675,7 +675,7 @@ void esp_phy_load_cal_and_init(void)
|
||||
ESP_LOGI(TAG, "phy_version %s", phy_version);
|
||||
|
||||
#if CONFIG_IDF_TARGET_ESP32S2
|
||||
phy_eco_version_sel(efuse_hal_get_major_chip_version());
|
||||
phy_eco_version_sel(efuse_hal_chip_revision() / 100);
|
||||
#endif
|
||||
|
||||
esp_phy_calibration_data_t* cal_data =
|
||||
|
||||
Reference in New Issue
Block a user