MCPcopy 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
266void flasher::getMacFromWiFi() {
267 mac[0] = 0x00;
268 mac[1] = 0x00;
269 WiFi.softAPmacAddress(mac + 2);
270}
271
272bool flasher::backupFlash() {
273 getFirmwareMD5();

Callers 2

doForcedAPFlashFunction · 0.45
doAPUpdateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected