Skip to content
flowstatedev edited this page Jan 14, 2019 · 11 revisions

Custom Zone Names (T4)

  • If your zone has a letter in it (like "1b"), the text will be smaller, because non-numerical fonts are smaller on Garmin watches.

Custom Metrics (T5)

  • The Power / Weight (example) formula in the settings has been corrected to:
    power / (userweight_raw / 1000)
    This ensures that your weight in kg (not lbs) will be used, even if your device settings use lbs for weight.

  • The Work (example) formula in the settings has been corrected to:
    power * timer / 1000
    This gives you a much smaller number (in kJ instead of J) and should match the native Work metric.

  • Currently the Power variable only supports native power, not power from a directly connected sensor. This could change in the future, if there's any interest in custom metrics.

Clone this wiki locally