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 0331227 commit 7024428Copy full SHA for 7024428
src/UFile.h
@@ -179,7 +179,6 @@ class UFile{
179
*/
180
String getPathAsString();
181
182
-
183
/**
184
* @brief Returns the number of bytes available to read
185
* @return The number of bytes available to read as int
src/USBStorage.cpp
@@ -80,5 +80,4 @@ bool USBStorage::format(FileSystems fs){
80
this -> fileSystem = FS_LITTLEFS;
81
return mkfs(DEV_USB, FS_LITTLEFS) == 0;
82
}
83
84
0 commit comments