| 97 | } |
| 98 | |
| 99 | void processShutdownCommand(String commandLine, ReadWriteStream& commandOutput) |
| 100 | { |
| 101 | shutdownServer(); |
| 102 | } |
| 103 | #endif |
| 104 | |
| 105 | void wsBinaryReceived(WebsocketConnection& socket, uint8_t* data, size_t size) |
nothing calls this directly
no test coverage detected