More responsive touch, optimise release, protocol debug

This commit is contained in:
Niellun
2025-05-26 03:43:29 +03:00
parent b2476e3480
commit 787aac6b99
9 changed files with 156 additions and 99 deletions
+3
View File
@@ -20,6 +20,7 @@
#define CMD_JSON_CONTROL 25
#define CMD_MANUFACTURER 20
#define CMD_UNKNOWN_38 38
#define CMD_MEDIA_INFO 42
#define CMD_SEND_FILE 153
#define CMD_UNKNOWN_136 136
#define CMD_DAYNIGHT 162
@@ -48,10 +49,12 @@ const ProtocolCmdEntry protocolCmdList[] = {
{CMD_DEVICE_LIST, "Device List"},
{CMD_JSON_CONTROL, "Control JSON"},
{CMD_MANUFACTURER, "Manufacturer"},
{CMD_MEDIA_INFO, "Media info"},
{CMD_SEND_FILE, "File"},
{CMD_DAYNIGHT, "DeyNight Mode"},
{CMD_HEARTBEAT, "Heartbeat"},
{CMD_VERSION, "Version"},
{CMD_ENCRYPTION, "Encryption"}};
#endif /* SRC_HELPER_PROTOCOL_CONST */