jdhartley / terminal-for-fitbit

Terminal is a Fitbit clock face styled to match a terminal session in a Unix environment
https://terminal.watch/
The Unlicense
132 stars 18 forks source link

Fix custom heart rate zone range display #43

Closed jdhartley closed 2 years ago

jdhartley commented 2 years ago

Custom heart rate zones are reported differently than typical zones. The states "below-custom", "custom", and "above-custom" were directly output but were cut off because the strings are too long. Change the logic to handle these states, specifically: no output, "in zone", and "gt zone" respectively.

Fixes #19