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

Function updateContent

ESP32_AP-Flasher/src/newproto.cpp:651–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649};
650
651void updateContent(const uint8_t* dst) {
652 tagRecord* taginfo = tagRecord::findByMAC(dst);
653 if (taginfo != nullptr) {
654 clearPending(taginfo);
655 memset(taginfo->md5, 0, sizeof(taginfo->md5));
656 taginfo->nextupdate = 0;
657 wsSendTaginfo(taginfo->mac, SYNC_TAGSTATUS);
658 }
659}
660
661void setAPchannel() {
662 bool bSendRadioLayer = false;

Callers 2

init_webFunction · 0.85
APTaskFunction · 0.85

Calls 3

clearPendingFunction · 0.85
memsetFunction · 0.85
wsSendTaginfoFunction · 0.85

Tested by

no test coverage detected