Report fname instead of name
looks like being omitted in MK3 upstream fixes
This commit is contained in:
parent
8d39880abf
commit
7ad922e87b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue