Merge pull request #1658 from dresco/ANT-FEC

ANT FE-C
This commit is contained in:
Mark Liversedge
2015-11-12 22:29:45 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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?

View File

@@ -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) {