MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / setHelpProjectsCmds

Method setHelpProjectsCmds

src/RemoteDebug.cpp:836–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834// Set help for commands over telnet set by sketch
835
836void RemoteDebug::setHelpProjectsCmds(String help) {
837
838 _helpProjectCmds = help;
839
840}
841
842// Set callback of sketch function to process project messages
843

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected