Skip to content

Commit 4bc7cd6

Browse files
authored
Merge pull request #44 from aliphys/correctlittleFSSpelling
Ensure `prettyPrintFileSystemType()` returns correct spelling for LittleFS
2 parents 88bf8c0 + cb307ba commit 4bc7cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
[[gnu::unused]] static String prettyPrintFileSystemType(FileSystems f){
4141
if(f == 0) return "FAT";
42-
else if(f == 1) return "LitlleFS";
42+
else if(f == 1) return "LittleFS";
4343
else return "";
4444
}
4545

0 commit comments

Comments
 (0)