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

Function didSessionFail

src/modules/wifi/clients.cpp:380–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380bool didSessionFail() {
381 bool failed = false;
382 withClientLock([&]() { failed = sessionFailed; });
383 return failed;
384}
385
386bool isSessionConnecting() {
387 bool connecting = false;

Callers 1

finishSessionUiFunction · 0.85

Calls 1

withClientLockFunction · 0.85

Tested by

no test coverage detected