2015-12-28 08:13:02 +01:00
|
|
|
#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]);
|
2016-08-27 11:46:24 +02:00
|
|
|
uint8 get_fpm_auto_sleep_flag(void);
|
|
|
|
|
2015-12-28 08:13:02 +01:00
|
|
|
|
|
|
|
#endif /* SDK_OVERRIDES_INCLUDE_USER_INTERFACE_H_ */
|