Explorar el Código

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

Finalalize MSG_SD_WRITE_TO_FILE message with a \n
Scott Lahteine hace 8 años
padre
commit
47d55513ec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Marlin/cardreader.cpp

+ 1
- 0
Marlin/cardreader.cpp Ver fichero

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

Loading…
Cancelar
Guardar