Report fname instead of name
looks like being omitted in MK3 upstream fixes
This commit is contained in:
parent
8d39880abf
commit
7ad922e87b
|
|
@ -518,7 +518,7 @@ void CardReader::openFileWrite(const char* name)
|
|||
} else {
|
||||
saving = true;
|
||||
SERIAL_PROTOCOLRPGM(ofWritingToFile);////MSG_SD_WRITE_TO_FILE
|
||||
SERIAL_PROTOCOLLN(name);
|
||||
SERIAL_PROTOCOLLN(fname);
|
||||
lcd_setstatus(fname);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue