Browse Source

update protocol

master
zhaohe 1 year ago
parent
commit
286f8bbe13
  1. 2
      heart_rate_sensor_protocol.h

2
heart_rate_sensor_protocol.h

@ -245,7 +245,7 @@ typedef struct {
uint32_t sample_data_index;
uint16_t leadoff_state;
uint16_t sample_data_num;
int16_t frame[]; //
int32_t frame[]; //
} m1003_heartrate_report_packet_t;
typedef struct {

Loading…
Cancel
Save