mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Native ANT+ Support (1 of 3)
First stage of development, folding together the quarqd sources and creating an ANT+ worker and controller to work with realtime window. The basic code is folded together and compiles fine. The next step is to address the channel management code, device discovery channel assignment and channel event handling. This will be pushed as part of the next commit. The third commit will need to fixup the configuration pages to support selection of device/baudrate, fix native discovery/pairing in config and lastly, fix a long standing issue with the config pane to allow editing of existing device configurations. This is NOT a functional patch yet, but compiles and runs fine. Committed as a checkpoint before refactoring quarqd supplied code.
This commit is contained in:
@@ -253,7 +253,7 @@ ConfigDialog::devaddClicked()
|
||||
|
||||
// check the portSpec is valid, based upon the connection type
|
||||
switch (Supported.getType(add.type).connector) {
|
||||
case DEV_ANT :
|
||||
case DEV_QUARQ :
|
||||
if (antSpec.exactMatch(add.portSpec) == false) {
|
||||
QMessageBox::critical(0, "Invalid Port Specification",
|
||||
QString("For ANT devices the specifier must be ") +
|
||||
|
||||
Reference in New Issue
Block a user