|
|
@@ -617,6 +617,9 @@ static void esp_phy_reduce_tx_power(esp_phy_init_data_t* init_data)
|
|
|
|
|
|
void esp_phy_load_cal_and_init(phy_rf_module_t module)
|
|
|
{
|
|
|
+ char * phy_version = get_phy_version_str();
|
|
|
+ ESP_LOGI(TAG, "phy_version %s", phy_version);
|
|
|
+
|
|
|
esp_phy_calibration_data_t* cal_data =
|
|
|
(esp_phy_calibration_data_t*) calloc(sizeof(esp_phy_calibration_data_t), 1);
|
|
|
if (cal_data == NULL) {
|