Skip to content

Commit efa944c

Browse files
committed
Clean up printing
1 parent 8d7a64a commit efa944c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/HeartRateMonitor/HeartRateMonitor.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ void setup() {
6060
// wait for pair to complete
6161
uint8_t status = hr.waitForPair();
6262
// print channel status
63-
printStatus(status);
6463
Serial.println("===========================");
64+
printStatus(status);
6565
Serial.print("Device Number: ");
6666
Serial.println(hr.getDeviceNumber());
6767
Serial.print("Transmisison Type: ");

0 commit comments

Comments
 (0)