mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00
esp_wifi: optimize phy version log
This commit is contained in:

committed by
zhangyanjiao

parent
705d797b41
commit
1780d9d2b5
@@ -471,6 +471,9 @@ static void __attribute((unused)) esp_phy_reduce_tx_power(esp_phy_init_data_t* i
|
||||
|
||||
void esp_phy_load_cal_and_init(void)
|
||||
{
|
||||
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) {
|
||||
|
Reference in New Issue
Block a user