Small hardware serial protocol bugfix, which causes crashes inside the tft firmware

This commit is contained in:
Knutwurst
2020-07-18 22:50:35 +02:00
parent 80602aa43f
commit e0a9012556

View File

@@ -703,9 +703,9 @@ void AnycubicTouchscreenClass::AnycubicTouchscreen()
if (card.flag.filenameIsDir)
{
HARDWARE_SERIAL_PROTOCOLPGM("/");
HARDWARE_SERIAL_PROTOCOL("/");
HARDWARE_SERIAL_PROTOCOLLN(card.filename);
HARDWARE_SERIAL_PROTOCOLPGM("/");
HARDWARE_SERIAL_PROTOCOL("/");
HARDWARE_SERIAL_PROTOCOLLN(buffer);
SERIAL_ECHO(count);
SERIAL_ECHOPGM("/");