From 6b90a3bc6f15beacf64533b4fc91bcdd24ffd4e4 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 27 Apr 2024 14:16:57 +0800 Subject: [PATCH] update --- iflytop_canbus_protocol.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iflytop_canbus_protocol.hpp b/iflytop_canbus_protocol.hpp index 9527703..f28572b 100644 --- a/iflytop_canbus_protocol.hpp +++ b/iflytop_canbus_protocol.hpp @@ -2,7 +2,7 @@ #include #define PROTOCOL_VERSION 1 -#define HEART_OVERTIME (10 * 1000) +#define HEART_OVERTIME (30 * 1000) extern "C" { #pragma pack(1)