| 18 | String fileToUse; |
| 19 | |
| 20 | static inline void pauseSdInstallInput() { |
| 21 | if (xHandle != nullptr) vTaskSuspend(xHandle); |
| 22 | } |
| 23 | |
| 24 | static inline void resumeSdInstallInput() { |
| 25 | if (xHandle != nullptr) vTaskResume(xHandle); |
no outgoing calls
no test coverage detected