mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: fix some connectionless related issue
This commit is contained in:
parent
6a66453e94
commit
c9996c010d
@ -1219,7 +1219,7 @@ esp_err_t esp_wifi_config_11b_rate(wifi_interface_t ifx, bool disable);
|
|||||||
* @attention 3. This configuration would influence nothing until some module configure wake_window
|
* @attention 3. This configuration would influence nothing until some module configure wake_window
|
||||||
* @attention 4. A sensible interval which is not too small is recommended (e.g. 100ms)
|
* @attention 4. A sensible interval which is not too small is recommended (e.g. 100ms)
|
||||||
*
|
*
|
||||||
* @param interval how much micriosecond would the chip wake up, from 1 to 65535.
|
* @param interval how much milliseconds would the chip wake up, from 1 to 65535.
|
||||||
*/
|
*/
|
||||||
esp_err_t esp_wifi_set_connectionless_wake_interval(uint16_t interval);
|
esp_err_t esp_wifi_set_connectionless_wake_interval(uint16_t interval);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user