Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
535
bool checkForcedAPFlash() {
536
return contentFS->exists(
"/AP_force_flash.bin"
);
537
}
538
539
bool doForcedAPFlash() {
540
class flasher *f = new flasher();
Callers
1
APTask
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected