Finalalize MSG_SD_WRITE_TO_FILE message with a \n

Finalalize MSG_SD_WRITE_TO_FILE message with a \n
else RH hangs.
This commit is contained in:
AnHardt 2016-07-12 13:13:04 +02:00
parent 4865447830
commit 87957c7b44

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