MCPcopy 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
1235void ssh_loop(void *pvParameters) { sshWorkerTask(pvParameters); }
1236
1237void telnet_loop() { telnetWorkerTask(nullptr); }
1238

Callers

nothing calls this directly

Calls 1

sshWorkerTaskFunction · 0.85

Tested by

no test coverage detected