Skip to content

Commit 04796e2

Browse files
committed
change hrmc flag back
1 parent 4bffc65 commit 04796e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/custom_hrm/custom_hrm.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void setupHRM(void)
134134
hrmc.start();
135135

136136
// Set the characteristic to use 8-bit values, with the sensor connected and detected
137-
uint8_t hrmdata[2] = { 0b00000000, 0x40 };
137+
uint8_t hrmdata[2] = { 0b00000110, 0x40 };
138138
hrmc.write(hrmdata, 2);
139139

140140
// Configure the Body Sensor Location characteristic

0 commit comments

Comments
 (0)