| 834 | // Set help for commands over telnet set by sketch |
| 835 | |
| 836 | void RemoteDebug::setHelpProjectsCmds(String help) { |
| 837 | |
| 838 | _helpProjectCmds = help; |
| 839 | |
| 840 | } |
| 841 | |
| 842 | // Set callback of sketch function to process project messages |
| 843 |
nothing calls this directly
no outgoing calls
no test coverage detected