Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoaoLopesF/RemoteDebug
/ loop
Method
loop
src/utility/WebSocketsServer.cpp:130–135 ·
view source on GitHub ↗
* called in arduino loop */
Source
from the content-addressed store, hash-verified
128
* called in arduino loop
129
*/
130
void WebSocketsServer::loop(void) {
131
if(_runnning) {
132
handleNewClients();
133
handleClientData();
134
}
135
}
136
#endif
137
138
/**
Callers
1
handle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected