Switched to native ESP32 webserver
- new status API - webdav without crashing
This commit is contained in:
@@ -74,6 +74,16 @@ namespace portablefs
|
||||
{
|
||||
return SPIFFS.mkdir(name);
|
||||
}
|
||||
|
||||
inline size_t usedBytes()
|
||||
{
|
||||
return SPIFFS.usedBytes();
|
||||
}
|
||||
|
||||
inline size_t totalBytes()
|
||||
{
|
||||
return SPIFFS.totalBytes();
|
||||
}
|
||||
|
||||
} // namespace portablefs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user