Added defines for the SDCard structure

This commit is contained in:
anschrammh 2019-03-31 19:00:12 +02:00
parent 3449e0d947
commit 590e989612

View File

@ -43,6 +43,9 @@ typedef enum { GPIO_0 = 0,
//SD card file structure :
#define AP_CFG_FILE "/CONFIG/AP.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;