We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6727ed4 commit a9acb47Copy full SHA for a9acb47
src/AudioTools/Disk/VFS_LittleFS.h
@@ -19,9 +19,9 @@ namespace audio_tools {
19
* @copyright GPLv3
20
*/
21
22
-class VFS_SDSPI : public VFS {
+class VFS_LittleFS : public VFS {
23
public:
24
- VFS_SDSPI() = default;
+ VFS_LittleFS() = default;
25
void setMountPoint(const char* mp) { mount_point = mp; }
26
bool begin() {
27
LOGI("Initializing LittleFS");
src/AudioTools/Disk/VFS_SPFFS.h
@@ -18,9 +18,9 @@ namespace audio_tools {
18
+class VFS_SPFFS : public VFS {
+ VFS_SPFFS() = default;
LOGI("Initializing SPIFFS");
0 commit comments