Skip to content

Commit 14cd7ba

Browse files
BrentIOclaude
andcommitted
fix: capitalize 'File system not mounted' in http_configFSNotMunted
Matches the casing used in the spec and all other call sites in the file. Closes #678 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c278905 commit 14cd7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controller/Controller.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ void http_configFSNotMunted(AsyncWebServerRequest *request){
15521552
return;
15531553
}
15541554

1555-
http_error(request, "file system not mounted");
1555+
http_error(request, "File system not mounted");
15561556

15571557
}
15581558

0 commit comments

Comments
 (0)