mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-22 19:32:15 +00:00
esp_wifi: optimize phy version log
This commit is contained in:
committed by
zhangyanjiao
parent
705d797b41
commit
1780d9d2b5
@@ -211,6 +211,12 @@ esp_err_t esp_phy_update_country_info(const char *country);
|
||||
esp_err_t esp_phy_apply_phy_init_data(uint8_t *init_data);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Get PHY lib version
|
||||
* @return PHY lib version.
|
||||
*/
|
||||
char * get_phy_version_str(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user