mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-30 02:29:12 +03:00
standalone w/ web server for testing
This commit is contained in:
10
lib_standalone/FS.h
Normal file
10
lib_standalone/FS.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef FS_h
|
||||
#define FS_h
|
||||
|
||||
class FS {
|
||||
bool open() {
|
||||
return true;
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user