esp_wifi: optimize phy version log

This commit is contained in:
ChenJianxing
2020-11-13 16:11:11 +08:00
committed by bot
parent 70777a256a
commit 9eb34fd153
2 changed files with 10 additions and 0 deletions

View File

@@ -244,6 +244,13 @@ esp_err_t esp_modem_sleep_deregister(modem_sleep_module_t module);
* microsecond since boot when phy/rf was last switched on
*/
int64_t esp_phy_rf_get_on_ts(void);
/**
* @brief Get PHY lib version
* @return PHY lib version.
*/
char * get_phy_version_str(void);
#ifdef __cplusplus
}
#endif