Use "mount" as card verb
This commit is contained in:
@@ -298,7 +298,7 @@ void process_lcd_s_command(const char* command) {
|
||||
|
||||
case 'L': {
|
||||
#if ENABLED(SDSUPPORT)
|
||||
if (!card.isDetected()) card.initsd();
|
||||
if (!card.isMounted()) card.mount();
|
||||
|
||||
// A more efficient way to do this would be to
|
||||
// implement a callback in the ls_SerialPrint code, but
|
||||
|
||||
Reference in New Issue
Block a user