Browse Source

update

master
zhaohe 11 months ago
parent
commit
0c908a36e5
  1. 4
      ble_through/ble_proto.h

4
ble_through/ble_proto.h

@ -60,8 +60,8 @@ typedef enum {
} ble_app_proto_cmd_t;
typedef struct {
uint8_t auto_connect;
uint8_t auto_connect_client_name[20];
uint8_t slaveName[20];
uint8_t autoConnect;
} zble_start_scan_t;
typedef struct {

Loading…
Cancel
Save