switcheroo battery defines

This commit is contained in:
Matthew
2024-04-04 23:25:35 -04:00
parent 5aa308ec50
commit 35b243634d
2 changed files with 5 additions and 5 deletions

View File

@@ -24,11 +24,6 @@
void furi_hal_bt_reverse_mac_addr(uint8_t mac_addr[GAP_MAC_ADDR_SIZE]);
#endif
#define BATTERY_FULL 0x00
#define BATTERY_MEDIUM 0x50
#define BATTERY_LOW 0xA0
#define BATTERY_CRITICAL 0xF0
struct FindMy {
Gui* gui;
Storage* storage;

View File

@@ -7,6 +7,11 @@
#define FINDMY_STATE_DIR EXT_PATH("apps_data/findmy")
#define FINDMY_STATE_PATH FINDMY_STATE_DIR "/findmy_state.txt"
#define BATTERY_FULL 0x00
#define BATTERY_MEDIUM 0x50
#define BATTERY_LOW 0xA0
#define BATTERY_CRITICAL 0xF0
typedef enum {
FindMyTypeApple,
FindMyTypeSamsung,