Skip to content

Commit

Permalink
HeartRateDisplay: fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
cujomalainey committed Feb 6, 2022
1 parent 7f6e535 commit 590c6ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/HeartRateDisplay/HeartRateDisplay.ino
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ void loop() {

void batteryStatusDataPageHandler(HeartRateBatteryStatus& msg, uintptr_t data) {
Serial.print("Battery Level: ");
Serial.println(msg.getBatteryLevel());
if (msg.getBatteryLevel() == ANTPLUS_HEARTRATE_DATAPAGE_BATTERYSTATUS_BATTERYLEVEL_INVALID) {
Serial.println("Invalid");
} else {
Expand Down

0 comments on commit 590c6ab

Please sign in to comment.