Rev 163 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 163 | Rev 166 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | static const int ADDRESS_MK3MAG = 3; |
38 | static const int ADDRESS_MK3MAG = 3; |
Line 39... | Line 39... | ||
39 | 39 | ||
Line 40... | Line 40... | ||
40 | static const int SETTINGS_ID = 2; |
40 | static const int SETTINGS_ID = 2; |
41 | 41 | ||
42 | static const QString QA_NAME = "QMK-Groundstation"; |
42 | static const QString QA_NAME = "QMK-Groundstation"; |
43 | static const QString QA_VERSION = "0.5.6m"; |
43 | static const QString QA_VERSION = "0.5.7w"; |
44 | static const QString QA_DATE = "08.12.2008"; |
44 | static const QString QA_DATE = "11.12.2008"; |
45 | static const QString QA_YEAR = "2008"; |
45 | static const QString QA_YEAR = "2008"; |
Line 46... | Line 46... | ||
46 | static const QString QA_AUTHOR = "Manuel Schrape"; |
46 | static const QString QA_AUTHOR = "Manuel Schrape"; |
Line 69... | Line 69... | ||
69 | 69 | ||
Line 70... | Line 70... | ||
70 | static const int MaxTickerEvents = 5; |
70 | static const int MaxTickerEvents = 5; |
71 | 71 | ||
72 | static const int MaxAnalog = 32; |
- | |
Line 73... | Line 72... | ||
73 | static const int MaxPlot = 50000; |
72 | static const int MaxAnalog = 32; |
74 | static const int PlotWide = 100; |
73 | static const int MaxPlot = 50000; |
75 | 74 | ||
76 | struct sMode |
75 | struct sMode |