Added two new defines for the config files shortcuts

This commit is contained in:
anschrammh 2019-03-24 23:04:55 +01:00
parent e18fe87fb2
commit 8f8fbf6218

View File

@ -39,6 +39,10 @@ typedef enum { GPIO_0 = 0,
#define BATT_DIFF 95 #define BATT_DIFF 95
#define USB_THRESHOLD 600 #define USB_THRESHOLD 600
//SD card file structure :
#define AP_CFG_FILE "/CONFIG/AP.CFG"
#define STA_CFG_FILE "/CONFIG/STA.CFG"
typedef enum { OR_0 = 2, OR_90 = 3, OR_180 = 0, OR_270 = 1 } Orientation; typedef enum { OR_0 = 2, OR_90 = 3, OR_180 = 0, OR_270 = 1 } Orientation;
typedef enum { BIT = 0, BYTE, KBIT, KBYTE, MBIT, MBYTE, GBIT, GBYTE } SizeUnit; typedef enum { BIT = 0, BYTE, KBIT, KBYTE, MBIT, MBYTE, GBIT, GBYTE } SizeUnit;