mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Update SDK to 1.5.3
This commit is contained in:
@ -356,6 +356,9 @@ sleep_type_t wifi_get_sleep_type(void);
|
||||
void wifi_fpm_open(void);
|
||||
void wifi_fpm_close(void);
|
||||
void wifi_fpm_do_wakeup(void);
|
||||
typedef void (*fpm_wakeup_cb)(void);
|
||||
void wifi_fpm_set_wakeup_cb(fpm_wakeup_cb cb);
|
||||
|
||||
sint8 wifi_fpm_do_sleep(uint32 sleep_time_in_us);
|
||||
void wifi_fpm_set_sleep_type(sleep_type_t type);
|
||||
sleep_type_t wifi_fpm_get_sleep_type(void);
|
||||
|
Reference in New Issue
Block a user