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

Method getFirmwareMac

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

Source from the content-addressed store, hash-verified

249}
250
251bool flasher::getFirmwareMac() {
252 if (!mac_offset) return false;
253 switch (mac_format) {
254 case 1:
255 get_mac_format1();
256 break;
257 case 2:
258 get_mac_format2();
259 break;
260 default:
261 return false;
262 }
263 return true;
264}
265
266void flasher::getMacFromWiFi() {
267 mac[0] = 0x00;

Callers 4

doAPFlashFunction · 0.45
doTagFlashFunction · 0.45
autoFlashFunction · 0.45
webFlasherTaskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected