From 590e9896123771e10126183be75d2cba38826c89 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 31 Mar 2019 19:00:12 +0200 Subject: [PATCH] Added defines for the SDCard structure --- src/app/definition.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/definition.h b/src/app/definition.h index 8022c5e..acfa705 100644 --- a/src/app/definition.h +++ b/src/app/definition.h @@ -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;