user_interface.h 386 B

12345678910111213141516
  1. #ifndef SDK_OVERRIDES_INCLUDE_USER_INTERFACE_H_
  2. #define SDK_OVERRIDES_INCLUDE_USER_INTERFACE_H_
  3. #include_next "user_interface.h"
  4. bool wifi_softap_deauth(uint8 mac[6]);
  5. uint8 get_fpm_auto_sleep_flag(void);
  6. enum ext_flash_size_map {
  7. FLASH_SIZE_32M_MAP_2048_2048 = 7,
  8. FLASH_SIZE_64M_MAP = 8,
  9. FLASH_SIZE_128M_MAP = 9
  10. };
  11. #endif /* SDK_OVERRIDES_INCLUDE_USER_INTERFACE_H_ */