ANT FE-C Add to default device types in pairing dialog

This commit is contained in:
Jon Escombe
2015-11-12 12:22:26 +00:00
parent 2bad6f6a16
commit 23de44c1b9

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?