Function esp_wifi_sys::include::esp_phy_update_country_info
source ยท pub unsafe extern "C" fn esp_phy_update_country_info(
country: *const c_char,
) -> esp_err_t
Expand description
@brief Update the corresponding PHY init type according to the country code of Wi-Fi.
@param country country code @return ESP_OK on success. @return esp_err_t code describing the error on fail