Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ ssh_loop
Function
ssh_loop
src/modules/wifi/clients.cpp:1235–1235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1233
}
1234
1235
void ssh_loop(void *pvParameters) { sshWorkerTask(pvParameters); }
1236
1237
void telnet_loop() { telnetWorkerTask(nullptr); }
1238
Callers
nothing calls this directly
Calls
1
sshWorkerTask
Function · 0.85
Tested by
no test coverage detected