| 1061 | #endif |
| 1062 | |
| 1063 | void printFile(const char *filename) { |
| 1064 | TERN(HAS_MEDIA, card.openAndPrintFile(filename), UNUSED(filename)); |
| 1065 | } |
| 1066 | |
| 1067 | bool isPrintingFromMedia() { return card.isStillPrinting() || card.isPaused(); } |
| 1068 | bool isPrintingFromMediaPaused() { return card.isPaused(); } |
no test coverage detected