added JSON lib, bugfixes in FileSystemHandler

This commit is contained in:
2021-07-16 20:32:13 +02:00
parent e9a511a27e
commit fcf8c00589
15 changed files with 218 additions and 108 deletions

View File

@ -14,6 +14,7 @@ enum {
CLASS_ID_START = COMMON_CLASS_ID_END,
SA_DEPL_HANDLER, //SADPL
SD_CARD_MANAGER, //SDMA
SCRATCH_BUFFER, //SCBU
CLASS_ID_END // [EXPORT] : [END]
};
}