Browse Source

add charge_flag

master
zhaohe 5 months ago
parent
commit
3969364cdb
  1. 1
      ble_through/ble_proto.h

1
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()

Loading…
Cancel
Save