Browse Source

Small change to zone colours to match default watch HR graph scheme

master
Darren Croton 9 years ago
parent
commit
d5729c0043
  1. BIN
      bin/SnapshotWatch.prg
  2. 2
      source/SnapshotWatchView.mc

BIN
bin/SnapshotWatch.prg

Binary file not shown.

2
source/SnapshotWatchView.mc

@ -331,7 +331,7 @@ class SnapshotWatchView extends Ui.WatchFace { @@ -331,7 +331,7 @@ class SnapshotWatchView extends Ui.WatchFace {
else if (heartrate >= heartRateZones[1] && heartrate < heartRateZones[2])
{ return 7; }
else if (heartrate >= heartRateZones[2] && heartrate < heartRateZones[3])
{ return 6; }
{ return 5; }
else if (heartrate >= heartRateZones[3] && heartrate < heartRateZones[4])
{ return 3; }
else

Loading…
Cancel
Save