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

Function onDataReceived

ESP32_AP-Flasher/src/webflasher.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void onDataReceived(void* arg, AsyncClient* client, void* data, size_t len) {
141 flasherDataHandler((uint8_t*)data, len, TRANSPORT_TCP);
142}
143
144void onClientConnect(void* arg, AsyncClient* client) {
145 Serial.println("New client connected");

Callers

nothing calls this directly

Calls 1

flasherDataHandlerFunction · 0.85

Tested by

no test coverage detected