MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / wsSendLevelInfo

Method wsSendLevelInfo

src/RemoteDebug.cpp:1943–1950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1941}
1942
1943void RemoteDebug::wsSendLevelInfo() {
1944
1945 // Send debug level info to app
1946
1947 if (_connectedWS) {
1948 DebugWS.printf("$app:L:%u\n", _clientDebugLevel);
1949 }
1950}
1951
1952#endif // WEBSOCKET_DISABLED
1953

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected