mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'mesh/bugfix_0628' into 'release/v3.2'
mesh: bugfix (backport3.2) See merge request espressif/esp-idf!5402
This commit is contained in:
@ -1479,6 +1479,13 @@ esp_err_t esp_mesh_switch_channel(const uint8_t *new_bssid, int csa_newchan, int
|
|||||||
*/
|
*/
|
||||||
esp_err_t esp_mesh_get_router_bssid(uint8_t *router_bssid);
|
esp_err_t esp_mesh_get_router_bssid(uint8_t *router_bssid);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the TSF time
|
||||||
|
*
|
||||||
|
* @return the TSF time
|
||||||
|
*/
|
||||||
|
int64_t esp_mesh_get_tsf_time(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Submodule components/esp32/lib updated: e5e3b12c31...3fdb9c146d
Reference in New Issue
Block a user