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

Finalalize MSG_SD_WRITE_TO_FILE message with a \n
master
Scott Lahteine 8 years ago committed by GitHub
commit 47d55513ec

@ -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);
}
}

Loading…
Cancel
Save