Merge pull request #1190 from thinkyhead/sd_sorting

Wrap call to flush_presort
2.0.x
Bo Herrmannsen 10 years ago
commit bd22405412

@ -210,7 +210,9 @@ void CardReader::startFileprint()
if(cardOK) if(cardOK)
{ {
sdprinting = true; sdprinting = true;
flush_presort(); #ifdef SDCARD_SORT_ALPHA
flush_presort();
#endif
} }
} }

Loading…
Cancel
Save