forked from dhague/vpower
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vpower.cfg
30 lines (23 loc) · 1.08 KB
/
vpower.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[vpower]
# Type of ANT+ speed sensor connected to the trainer
# 121 (0x79) = Speed & Cadence sensor
# 123 (0x7B) = Speed-only sensor
speed_sensor_type = 123
# ANT+ ID of the above sensor (0 for auto scan)
speed_sensor_id: 0
# Calculator class for the model of turbo
power_calculator = Level5
# For tyre-driven trainers, the wheel circumference in meters (2.122 for Continental Home trainer tyre)
#https://www.bikelockwiki.com/how-to-measure-bike-tire-circumference/
wheel_circumference = 2.135
# For wind/air trainers, the current air density in kg/m3 (if not using a BME280 weather sensor)
# Hint: there's an online calculator at http://barani.biz/apps/air-density/ to help you work it out,
# or you can use the one built into Golden Cheetah
air_density = 1.191
# For wind/air trainers, how often (secs) to update the air density if there *is* a BME280 present
air_density_update_secs = 10
# Overall correction factor, e.g. to match a user's power meter on another bike
#correction_factor = 0.945
correction_factor = 1.0
# Set to True to enable copious amounts of debug output
debug = False