mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
KICKR ANT+ Initial Support
.. the code has been updated to support the Wahoo Kickr via an ANT+ USB stick. .. this requires the Kickr to be running a beta firmware of version v1.3.15. This can only be loaded via the Wahoo utility. .. for those that have access to the beta firmware this patch will work, for all others they will need to wait for the formal release by Wahoo. .. the code contains *lots* of debug and does not yet support calibration and slope mode is largely untested.
This commit is contained in:
@@ -139,7 +139,6 @@ AddType::clicked(QString p)
|
||||
case DEV_BT40 : next = 55; break;
|
||||
case DEV_ANTLOCAL : next = 50; break; // pair
|
||||
default:
|
||||
case DEV_KICKR :
|
||||
case DEV_CT : next = 60; break; // confirm and add
|
||||
case DEV_FORTIUS : next = 30; break; // confirm and add
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user