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

Function ShowAPInfo

ESP32_AP-Flasher/src/serialap.cpp:774–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772#endif
773
774void ShowAPInfo() {
775 Serial.printf("\r\n| AP Info - type %02X |\r\n", apInfo.type);
776 Serial.printf("| Ch | 0x%02X |\r\n", apInfo.channel);
777 Serial.printf("| Power| %02X |\r\n", apInfo.power);
778 Serial.printf("| MAC | %02X%02X%02X%02X%02X%02X%02X%02X |\r\n", apInfo.mac[7], apInfo.mac[6], apInfo.mac[5], apInfo.mac[4], apInfo.mac[3], apInfo.mac[2], apInfo.mac[1], apInfo.mac[0]);
779 Serial.printf("| Ver | 0x%04X |\r\n", apInfo.version);
780}
781
782void notifySegmentedFlash() {
783 sendAPSegmentedData(apInfo.mac, (String) "Fl ash", 0x0800, false, true);

Callers 1

APTaskFunction · 0.85

Calls 1

printfMethod · 0.80

Tested by

no test coverage detected