feature to send image from tcp connection
This commit is contained in:
@@ -12,6 +12,7 @@ CommandAction parse_command(const char* input) {
|
||||
if (strcmp(input, "/scan") == 0) return CMD_SCAN;
|
||||
if (strncmp(input, "/connect ", 9) == 0 || strcmp(input, "/connect") == 0) return CMD_CONNECT;
|
||||
if (strcmp(input, "/status") == 0) return CMD_STATUS;
|
||||
if (strcmp(input, "/image") == 0) return CMD_IMAGE;
|
||||
|
||||
return CMD_UNKNOWN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user