mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
New formatting
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
#include <extra_beacon.h>
|
||||
|
||||
#define FINDMY_STATE_HEADER "FindMy Flipper State"
|
||||
#define FINDMY_STATE_VER 1
|
||||
#define FINDMY_STATE_DIR EXT_PATH("apps_data/findmy")
|
||||
#define FINDMY_STATE_PATH FINDMY_STATE_DIR "/findmy_state.txt"
|
||||
#define FINDMY_STATE_VER 1
|
||||
#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_FULL 0x00
|
||||
#define BATTERY_MEDIUM 0x50
|
||||
#define BATTERY_LOW 0xA0
|
||||
#define BATTERY_CRITICAL 0xF0
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user