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.
2 parents 88bf8c0 + cb307ba commit 4bc7cd6Copy full SHA for 4bc7cd6
src/Utils.h
@@ -39,7 +39,7 @@
39
40
[[gnu::unused]] static String prettyPrintFileSystemType(FileSystems f){
41
if(f == 0) return "FAT";
42
- else if(f == 1) return "LitlleFS";
+ else if(f == 1) return "LittleFS";
43
else return "";
44
}
45
0 commit comments