🎨 Fewer serial macros
This commit is contained in:
committed by
Scott Lahteine
parent
6d96c221bd
commit
b661795ae5
@ -1923,7 +1923,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: ", DWIN_lcd_sd_status);
|
||||
//SERIAL_ECHOLNPGM("HMI_SDCardUpdate: ", DWIN_lcd_sd_status);
|
||||
if (DWIN_lcd_sd_status) {
|
||||
if (checkkey == SelectFile)
|
||||
Redraw_SD_List();
|
||||
|
@ -979,7 +979,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: ", DWIN_lcd_sd_status);
|
||||
//SERIAL_ECHOLNPGM("HMI_SDCardUpdate: ", DWIN_lcd_sd_status);
|
||||
if (DWIN_lcd_sd_status) {
|
||||
if (checkkey == SelectFile)
|
||||
Redraw_SD_List();
|
||||
|
Reference in New Issue
Block a user