fix: loaddictionary_save, now with correct mem clear.

This commit is contained in:
iceman1001
2019-08-28 21:15:32 +02:00
parent f3ab9632f0
commit ad3fe38b45
2 changed files with 44 additions and 31 deletions

View File

@@ -62,6 +62,13 @@ typedef enum {
// jsfT55xx,
} JSONFileType;
typedef enum {
BIN = 0,
EML,
JSON,
DICTIONARY,
} DumpFileType_t;
int fileExists(const char *filename);
/**