mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'bugfix/fix_some_wifi_bugs_20241221_v5.3' into 'release/v5.3'
fix some wifi bugs 20241221(Backport v5.3) See merge request espressif/esp-idf!35862
This commit is contained in:
@@ -931,7 +931,7 @@ void esp_phy_load_cal_and_init(void)
|
||||
memcpy(cal_data->mac, sta_mac, 6);
|
||||
esp_err_t ret = register_chipv7_phy(init_data, cal_data, calibration_mode);
|
||||
if (ret == ESP_CAL_DATA_CHECK_FAIL) {
|
||||
ESP_LOGW(TAG, "saving new calibration data because of checksum failure, mode(%d)", calibration_mode);
|
||||
ESP_LOGI(TAG, "Saving new calibration data due to checksum failure or outdated calibration data, mode(%d)", calibration_mode);
|
||||
}
|
||||
|
||||
if ((calibration_mode != PHY_RF_CAL_NONE) && ((err != ESP_OK) || (ret == ESP_CAL_DATA_CHECK_FAIL))) {
|
||||
|
||||
Reference in New Issue
Block a user