whitespace and minor corrections

This commit is contained in:
PavelSindler 2017-11-26 20:57:28 +01:00
parent 626818f87d
commit a61964666e

View File

@ -1211,8 +1211,6 @@ static void lcd_implementation_drawmenu_sdfile_selected(uint8_t row, const char*
while((c = *longFilenameTMP) != '\0')
{
MYSERIAL.print("Counter: ");
MYSERIAL.println(counter++);
lcd.setCursor(i, row);
lcd.print(c);
i++;