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:
Mark Liversedge
2014-08-18 09:46:04 +01:00
parent 0789fdea98
commit 347783211f
9 changed files with 593 additions and 146 deletions

View File

@@ -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
}