7 lines
87 B
C
7 lines
87 B
C
#ifndef ESPFS_H_
|
|
#define ESPFS_H_
|
|
|
|
#include <LittleFS.h>
|
|
#define ESPFS LittleFS
|
|
|
|
#endif |