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

Function appendSessionCommandToLog

src/modules/wifi/clients.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void appendSessionCommandToLog(const String &command) {
144 if (command.isEmpty()) return;
145 appendSessionLog("\n[CLIENT] " + command + "\n");
146}
147
148void startSessionLog(ClientProtocol protocol) {
149 withClientLock([&]() {

Callers 1

runSessionUiLoopFunction · 0.85

Calls 1

appendSessionLogFunction · 0.85

Tested by

no test coverage detected