mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
3328c66f2c
Enable auto sleep in NULL_MODE by default.
11 lines
262 B
C
11 lines
262 B
C
#ifndef SDK_OVERRIDES_INCLUDE_USER_INTERFACE_H_
|
|
#define SDK_OVERRIDES_INCLUDE_USER_INTERFACE_H_
|
|
|
|
#include_next "user_interface.h"
|
|
|
|
bool wifi_softap_deauth(uint8 mac[6]);
|
|
uint8 get_fpm_auto_sleep_flag(void);
|
|
|
|
|
|
#endif /* SDK_OVERRIDES_INCLUDE_USER_INTERFACE_H_ */
|