Gears are expressed as an offset to the commanded gradient, leaving the physics on the route's true gradient so shifting changes effort, not speed. Neutral gear commands exactly the route gradient, so an un-shifted ride is unchanged. Cadence is not in FTMS on this trainer but is on its Zwift channel, decoded against captured frames. The undeclared FTMS trailing bytes were ruled out: wheel RPM restated at a fixed 73.8x speed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
28 lines
319 B
Plaintext
28 lines
319 B
Plaintext
# Rust
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
|
|
# Tauri
|
|
src-tauri/target/
|
|
src-tauri/gen/
|
|
|
|
# Editors / OS
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Ride data
|
|
*.fit
|
|
/rides/
|
|
|
|
# Arch packaging (makepkg work dirs + built packages)
|
|
/packaging/arch/pkg/
|
|
/packaging/arch/src/
|
|
/packaging/arch/*.pkg.tar.zst
|
|
/.cargo-arch/
|
|
bikecontrol.log
|