Added defines for the SDCard structure
This commit is contained in:
parent
3449e0d947
commit
590e989612
@ -43,6 +43,9 @@ typedef enum { GPIO_0 = 0,
|
|||||||
//SD card file structure :
|
//SD card file structure :
|
||||||
#define AP_CFG_FILE "/CONFIG/AP.CFG"
|
#define AP_CFG_FILE "/CONFIG/AP.CFG"
|
||||||
#define STA_CFG_FILE "/CONFIG/STA.CFG"
|
#define STA_CFG_FILE "/CONFIG/STA.CFG"
|
||||||
|
#define WWW_DIR "/WWW"
|
||||||
|
#define LOG_DIR "/LOGS"
|
||||||
|
#define FTP_DIR "/FTP"
|
||||||
|
|
||||||
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user