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;
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
flush_presort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user