mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
@@ -681,7 +681,7 @@ AddPair::initializePage()
|
||||
|
||||
// defaults
|
||||
static const int index4[4] = { 1,2,3,5 };
|
||||
static const int index8[8] = { 1,2,3,4,5,6,0,0 };
|
||||
static const int index8[8] = { 1,2,3,4,5,6,9,0 };
|
||||
const int *index = channels == 4 ? index4 : index8;
|
||||
|
||||
// how many devices we got then?
|
||||
|
||||
@@ -1077,7 +1077,7 @@ void TrainSidebar::Start() // when start button is pressed
|
||||
// START!
|
||||
play->setIcon(pauseIcon);
|
||||
|
||||
load = 0;
|
||||
load = 100;
|
||||
slope = 0.0;
|
||||
|
||||
if (mode == ERG || mode == MRC) {
|
||||
|
||||
Reference in New Issue
Block a user