Changed the naming of some LCD functions, so the names match better what the function does. Also moved around some prototypes for general cleanup.
This commit is contained in:
@ -279,7 +279,7 @@ void CardReader::openFile(char* name,bool read)
|
||||
sdpos = 0;
|
||||
|
||||
SERIAL_PROTOCOLLNPGM(MSG_SD_FILE_SELECTED);
|
||||
LCD_MESSAGE(fname);
|
||||
lcd_setstatus(fname);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -301,7 +301,7 @@ void CardReader::openFile(char* name,bool read)
|
||||
saving = true;
|
||||
SERIAL_PROTOCOLPGM(MSG_SD_WRITE_TO_FILE);
|
||||
SERIAL_PROTOCOLLN(name);
|
||||
LCD_MESSAGE(fname);
|
||||
lcd_setstatus(fname);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user