Browse Source

【修改】修改Heart_rate例程默认的设备名

EvalZero 7 years ago
parent
commit
2c3932a398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/blehr/src/blehr.c

+ 1 - 1
apps/blehr/src/blehr.c

@@ -31,7 +31,7 @@
 static bool notify_state;
 static uint16_t notify_conn_handle;
 
-static const char *device_name = "blehr_sensor";
+static const char *device_name = "rtt_blehr_sensor";
 
 static int blehr_gap_event(struct ble_gap_event *event, void *arg);