MCPcopy Create free account
hub / github.com/OpenEPaperLink/OpenEPaperLink / checkForcedAPFlash

Function checkForcedAPFlash

ESP32_AP-Flasher/src/flasher.cpp:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535bool checkForcedAPFlash() {
536 return contentFS->exists("/AP_force_flash.bin");
537}
538
539bool doForcedAPFlash() {
540 class flasher *f = new flasher();

Callers 1

APTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected