Skip to content

Commit 545f56e

Browse files
committed
docs(ios): correct wheel ratio range in applewatch_as_treadmill_speed help text
Real-world testing showed the original 0.025-0.04 range was below typical slow jog speeds at 180 spm cadence (max ~3.6 km/h). Updated to 0.04-0.15 which covers walking through running.
1 parent 40f1d7c commit 545f56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14651,7 +14651,7 @@ import Qt.labs.platform 1.1
1465114651
}
1465214652

1465314653
Label {
14654-
text: qsTr("iOS only. For Fake Treadmill mode: when no physical treadmill is connected, derives Speed from Apple Watch step cadence using the Wheel Ratio under Accessories > Cadence Sensor Options. For walking or slow jogging, set Wheel Ratio much lower than the cycling default, usually around 0.025-0.04. Useful with apps like Kinomap or Zwift. Default is off.")
14654+
text: qsTr("iOS only. For Fake Treadmill mode: when no physical treadmill is connected, derives Speed from Apple Watch step cadence using the Wheel Ratio under Accessories > Cadence Sensor Options. The cycling default is far too high for running - try 0.04-0.15 depending on pace, from walking to running, and tune to taste. Useful with apps like Kinomap or Zwift. Default is off.")
1465514655
font.bold: true
1465614656
font.italic: true
1465714657
font.pixelSize: Qt.application.font.pixelSize - 2

0 commit comments

Comments
 (0)