Merge pull request #4280 from AnHardt/msg-file-upload

Finalalize MSG_SD_WRITE_TO_FILE message with a \n
This commit is contained in:
Scott Lahteine 2016-07-12 13:02:52 -07:00 committed by GitHub
commit 47d55513ec

View File

@ -416,6 +416,7 @@ void CardReader::openFile(char* name, bool read, bool push_current/*=false*/) {
else {
saving = true;
SERIAL_PROTOCOLPAIR(MSG_SD_WRITE_TO_FILE, name);
SERIAL_EOL;
lcd_setstatus(fname);
}
}