mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Compare commits
2 Commits
f6d4f6a6cb
...
release_3.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1054deb83 | ||
|
|
85d343b709 |
@@ -131,7 +131,7 @@
|
||||
// the next two will with each build/release
|
||||
#define VERSION_LATEST 5005
|
||||
#define VERSION_STRING "V3.7"
|
||||
//#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds
|
||||
#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds
|
||||
|
||||
// default config for this release cycle
|
||||
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.7"
|
||||
|
||||
@@ -2303,11 +2303,8 @@ void TrainSidebar::diskUpdate()
|
||||
<< "," << displayLatitude;
|
||||
}
|
||||
|
||||
QString slopeStr = (status&RT_MODE_SLOPE)?QString::number(slope):QString("");
|
||||
QString loadStr = (status&RT_MODE_ERGO)?QString::number(load):QString("");
|
||||
|
||||
recordFileStream << "," // headwind
|
||||
<< "," << slopeStr
|
||||
<< "," << slope
|
||||
<< "," << displayTemp
|
||||
<< "," << displayWorkoutLap
|
||||
<< "," << displayLRBalance
|
||||
@@ -2319,7 +2316,7 @@ void TrainSidebar::diskUpdate()
|
||||
<< "," << displayTHB
|
||||
<< "," << displayO2HB
|
||||
<< "," << displayHHB
|
||||
<< "," << loadStr
|
||||
<< "," << load
|
||||
<< "," << displayRppb
|
||||
<< "," << displayRppe
|
||||
<< "," << displayRpppb
|
||||
|
||||
Reference in New Issue
Block a user