…h this library. SD SdFat SD_MMC SPIFFS , etc. are available for the target file system. Please see save_load_as_json_file example for more details. include SD.h include MsgPack.h struct MyConfig Meta meta; Data data; MSGPACK_DEFINE (meta, data); }; MyConfig config; void setup () …