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

Function wsClientCount

ESP32_AP-Flasher/src/web.cpp:279–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279uint8_t wsClientCount() {
280 return ws.count();
281}
282
283void init_web() {
284 wsMutex = xSemaphoreCreateMutex();

Callers 4

wsSendUploadProgressFunction · 0.85
wsSendTouchFunction · 0.85
contentRunnerFunction · 0.85
prepareDataAvailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected