| 86 | } |
| 87 | |
| 88 | void rebootIntoMassStorageSdmmc() { |
| 89 | if (tusbIsSupported()) { |
| 90 | bootModeData.flag = BOOT_FLAG_SDMMC; |
| 91 | esp_restart(); |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | // NEW: Flash mass storage functions |
| 96 | bool startMassStorageWithFlash(bool fromBootMode) { |
no test coverage detected