Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ queueSessionCommand
Function
queueSessionCommand
src/modules/wifi/clients.cpp:310–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
void queueSessionCommand(const String &command) {
311
withClientLock([&]() { queuedCommand += command; });
312
}
313
314
String takeQueuedCommand() {
315
String command;
Callers
1
runSessionUiLoop
Function · 0.85
Calls
1
withClientLock
Function · 0.85
Tested by
no test coverage detected