mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Fix Tacx Fortius Device Support
Multiple fixups for Tacx Support -- as a result the support is now pencilled in for full support in 3.0 SP1. Fixes #24.
This commit is contained in:
committed by
Mark Liversedge
parent
22175cf55c
commit
21593b6bb6
@@ -543,8 +543,9 @@ AddFirmware::AddFirmware(AddDeviceWizard *parent) : QWizardPage(parent), wizard(
|
||||
bool
|
||||
AddFirmware::validatePage()
|
||||
{
|
||||
// changed to true to support 1932 version which doesn't require a firmware file
|
||||
QString filePath = name->text();
|
||||
if (filePath == "" || !QFile(filePath).exists()) return false;
|
||||
if (filePath == "" || !QFile(filePath).exists()) return true;
|
||||
|
||||
// either copy it, or reference it!
|
||||
if (copy->isChecked()) {
|
||||
|
||||
Reference in New Issue
Block a user