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