IDF release/v3.3 44ec7972b

This commit is contained in:
me-no-dev
2020-11-08 00:36:32 +00:00
parent c1951670d1
commit 7494c4e76d
79 changed files with 82 additions and 3 deletions

View File

@ -263,6 +263,16 @@ esp_err_t esp_mesh_set_announce_interval(int short_ms, int long_ms);
*/
esp_err_t esp_mesh_get_announce_interval(int *short_ms, int *long_ms);
/**
* @brief Enable mesh print scan result
*
* @param[in] enable enable or not
*
* @return
* - ESP_OK
*/
esp_err_t esp_mesh_print_scan_result(bool enable);
#ifdef __cplusplus
}
#endif