mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Fixed bug whereby CSV file was corrupted.
When Device was not available, Realtime was creating a corrupted CSV. If Device is not availble at startup, the ride file is removed.
This commit is contained in:
@@ -82,7 +82,7 @@ ANTplusController::getRealtimeData(RealtimeData &rtData)
|
||||
msgBox.setText("Cannot Connect to Quarqd");
|
||||
msgBox.setIcon(QMessageBox::Critical);
|
||||
msgBox.exec();
|
||||
parent->Stop();
|
||||
parent->Stop(1);
|
||||
return;
|
||||
}
|
||||
// get latest telemetry
|
||||
|
||||
Reference in New Issue
Block a user