fix: loaddictionary_save, now with correct mem clear.

This commit is contained in:
iceman1001 2019-08-28 21:15:32 +02:00
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);
/**