Add a known type for second DC on APD import

This patch adds importing of sensor values from the second DC on APD log
import.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-07-22 18:06:30 +03:00 committed by Dirk Hohndel
parent ac4871c699
commit c9a98a4f7b
2 changed files with 6 additions and 4 deletions

View file

@ -114,7 +114,7 @@ private:
QString separator;
};
#define CSVAPPS 7
#define CSVAPPS 8
static const CSVAppConfig CSVApps[CSVAPPS];
};