Idf release/v3.3 d8082b7f3

* Update IDF to d8082b7f3
This commit is contained in:
Me No Dev
2021-02-16 01:37:37 +02:00
committed by GitHub
parent 6f23cd5988
commit 15bae92a72
90 changed files with 30 additions and 14 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