2023-11-30 19:30:51 +03:00

7 lines
87 B
C

#ifndef ESPFS_H_
#define ESPFS_H_
#include <LittleFS.h>
#define ESPFS LittleFS
#endif