whitespace and minor corrections
This commit is contained in:
parent
626818f87d
commit
a61964666e
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user