Merge pull request #1190 from thinkyhead/sd_sorting
Wrap call to flush_presort
This commit is contained in:
commit
bd22405412
|
@ -210,7 +210,9 @@ void CardReader::startFileprint()
|
|||
if(cardOK)
|
||||
{
|
||||
sdprinting = true;
|
||||
flush_presort();
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
flush_presort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue