feature to send image from tcp connection

This commit is contained in:
Adolfo Reyna
2025-12-28 21:59:59 -05:00
parent 03e826653b
commit ed927e16b1
9 changed files with 212 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ enum CommandAction {
CMD_SCAN,
CMD_CONNECT,
CMD_STATUS,
CMD_IMAGE,
CMD_UNKNOWN
};