We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7a64a commit efa944cCopy full SHA for efa944c
examples/HeartRateMonitor/HeartRateMonitor.ino
@@ -60,8 +60,8 @@ void setup() {
60
// wait for pair to complete
61
uint8_t status = hr.waitForPair();
62
// print channel status
63
- printStatus(status);
64
Serial.println("===========================");
+ printStatus(status);
65
Serial.print("Device Number: ");
66
Serial.println(hr.getDeviceNumber());
67
Serial.print("Transmisison Type: ");
0 commit comments