Rev 391 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 391 | Rev 398 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | static const int MeterSize = 125; |
42 | static const int MeterSize = 125; |
43 | #else |
43 | #else |
44 | static const int MeterSize = 160; |
44 | static const int MeterSize = 160; |
45 | #endif |
45 | #endif |
Line 46... | Line -... | ||
46 | - | ||
47 | static const QString QA_NAME = "QMK-Groundstation"; |
- | |
48 | static const QString QA_VERSION_NR = "0.8.5 - own flight lib"; |
- | |
49 | 46 | ||
50 | // sleep time - time to wait until next command is received |
47 | // sleep time - time to wait until next command is received |
51 | // FIXME: delete this / rewrite to use interrupts, mutex or something elsebetter than timeouts |
48 | // FIXME: delete this / rewrite to use interrupts, mutex or something elsebetter than timeouts |
Line -... | Line 49... | ||
- | 49 | static const int SLEEP = 500000; |
|
- | 50 | ||
- | 51 | static const QString QA_NAME = "QMK-Groundstation"; |
|
52 | static const int SLEEP = 500000; |
52 | static const QString QA_VERSION_NR = "0.8.7 - own light lib"; |
53 | 53 | ||
54 | #ifdef _BETA_ |
54 | #ifdef _BETA_ |
55 | static const QString QA_VERSION = QA_VERSION_NR + " (BETA)"; |
55 | static const QString QA_VERSION = QA_VERSION_NR + " (BETA)"; |
56 | static const QString QA_HWVERSION = "FlightCtrl v0.73d & NaviCtrl v0.15c"; |
56 | static const QString QA_HWVERSION = "FlightCtrl v0.73d & NaviCtrl v0.15c"; |