mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-05-07 05:45:00 +02:00
8 lines
166 B
C
8 lines
166 B
C
#pragma once
|
|
|
|
#include "FS.h"
|
|
|
|
void initLittleFS();
|
|
String readFile(fs::FS &fs, const char *path);
|
|
void writeFile(fs::FS &fs, const char *path, const char *message);
|