Function esp_wifi_sys::include::esp_phy_erase_cal_data_in_nvs
source ยท pub unsafe extern "C" fn esp_phy_erase_cal_data_in_nvs() -> esp_err_t
Expand description
@brief 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).
@return ESP_OK on success @return others on fail. Please refer to NVS API return value error number.