Wrap call to flush_presort
This commit is contained in:
parent
4d61287807
commit
49791949af
@ -211,7 +211,9 @@ void CardReader::startFileprint()
|
||||
if(cardOK)
|
||||
{
|
||||
sdprinting = true;
|
||||
flush_presort();
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
flush_presort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user