From 3969364cdbbcc82522c8b4a0da432d3fdbf19093 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 3 Mar 2025 22:18:05 +0800 Subject: [PATCH] add charge_flag --- ble_through/ble_proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ble_through/ble_proto.h b/ble_through/ble_proto.h index 30bbedd..f9ed3e5 100644 --- a/ble_through/ble_proto.h +++ b/ble_through/ble_proto.h @@ -102,6 +102,7 @@ typedef struct { uint8_t reset_flag; uint8_t connected_flag; uint8_t power; + uint8_t charge_flag; } zble_heart_t; #pragma pack()