From d1e20693ae72b61d3fcda318e698a9da25d263c4 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 29 Jun 2025 19:15:26 +0800 Subject: [PATCH] update protocol --- transmit_disfection_protocol.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transmit_disfection_protocol.hpp b/transmit_disfection_protocol.hpp index a47fcfa..745c629 100644 --- a/transmit_disfection_protocol.hpp +++ b/transmit_disfection_protocol.hpp @@ -16,6 +16,8 @@ namespace transmit_disfection_protocol { * */ +#define MAX_PACKET_LEN 120 + #define PROTOCOL_VERSION 7 #define HEART_OVERTIME (30 * 1000) #define SWITCH_CASE_STR(key) \