mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Kickr Skeleton Code
Added Skeleton code for device discovery, config and runtime. Now need to develop the WFApi class to support each function.
This commit is contained in:
@@ -49,6 +49,11 @@ static DeviceType SupportedDevices[] =
|
||||
"to a USB port. Please make sure you have device firmware to hand." ,
|
||||
":images/devices/fortius.png" },
|
||||
#endif
|
||||
#ifdef GC_HAVE_WFAPI
|
||||
{ DEV_KICKR, DEV_BTLE, (char *) "Wahoo Kickr", true, false,
|
||||
"The Wahoo Fitness Kickr cyling trainer via its Bluetooth smart interface. ",
|
||||
":images/devices/kickr.png" },
|
||||
#endif
|
||||
#ifdef GC_WANT_ROBOT
|
||||
{ DEV_NULL, DEV_TCP, (char *) "Robot", false, false,
|
||||
"Testing device used for development only. If an ERG file is selected it will "
|
||||
|
||||
Reference in New Issue
Block a user