MCPcopy Create free account
hub / github.com/BruceDevices/firmware / initClientMutex

Function initClientMutex

src/modules/wifi/clients.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88int telnetSock = -1;
89
90bool initClientMutex() {
91 if (clientStateMutex != nullptr) return true;
92 clientStateMutex = xSemaphoreCreateMutex();
93 return clientStateMutex != nullptr;
94}
95
96const char *getProtocolName(ClientProtocol protocol) {
97 switch (protocol) {

Callers 2

ssh_setupFunction · 0.85
telnet_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected