Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEPaperLink/OpenEPaperLink
/ getMacFromWiFi
Method
getMacFromWiFi
ESP32_AP-Flasher/src/flasher.cpp:266–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void flasher::getMacFromWiFi() {
267
mac[0] = 0x00;
268
mac[1] = 0x00;
269
WiFi.softAPmacAddress(mac + 2);
270
}
271
272
bool flasher::backupFlash() {
273
getFirmwareMD5();
Callers
2
doForcedAPFlash
Function · 0.45
doAPUpdate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected