Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@ -1772,7 +1772,7 @@ void HMI_SDCardUpdate() {
|
||||
if (HMI_flag.home_flag) return;
|
||||
if (DWIN_lcd_sd_status != card.isMounted()) {
|
||||
DWIN_lcd_sd_status = card.isMounted();
|
||||
// SERIAL_ECHOLNPAIR("HMI_SDCardUpdate: ", int(DWIN_lcd_sd_status));
|
||||
// SERIAL_ECHOLNPAIR("HMI_SDCardUpdate: ", DWIN_lcd_sd_status);
|
||||
if (DWIN_lcd_sd_status) {
|
||||
if (checkkey == SelectFile)
|
||||
Redraw_SD_List();
|
||||
|
Reference in New Issue
Block a user