esp_phy_erase_cal_data_in_nvs() function
Erase PHY calibration data which is stored in the NVS This is a function which can be used to trigger full calibration as a last-resort remedy if partial calibration is used. It can be called in the application based on some conditions (e.g. an option provided in some diagnostic mode).
Syntax
esp_err_t esp_phy_erase_cal_data_in_nvs(void); Return value
ESP_OK on success others on fail. Please refer to NVS API return value error number.
esp_phy_erase_cal_data_in_nvs() calls 6 functions:
![]()
esp_phy_erase_cal_data_in_nvs()
esp_phy_erase_cal_data_in_nvs() reads 8 variables:
![]()
esp_phy_erase_cal_data_in_nvs()