-
Malaurie Bernard authored
Adding fuction of the cli interface : FS-SAVE and FS-LOAD to manage the syringyge_filled_json ducument
Malaurie Bernard authoredAdding fuction of the cli interface : FS-SAVE and FS-LOAD to manage the syringyge_filled_json ducument
fs.h 269 B
#pragma once
#include <Arduino.h>
#include <FS.h>
extern FS* filesystem;
bool fs_init (const char* msgHeader, Print* out);
void ls (Print* out);
void format (Print* out);
void cat (const char* filename, Stream* out);
void testw (const char* filename, Stream* out);