Subversion Repositories Projects

Rev

Rev 440 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 440 Rev 442
Line 43... Line 43...
43
#else
43
#else
44
    static const int MeterSize = 160;
44
    static const int MeterSize = 160;
45
#endif
45
#endif
Line 46... Line 46...
46
 
46
 
47
// sleep time - time to wait until next command is received
47
// sleep time - time to wait until next command is received
-
 
48
// FIXME: delete this / rewrite to use interrupts, mutex or
48
// FIXME: delete this / rewrite to use interrupts, mutex or something elsebetter than timeouts
49
// something else better than timeouts
Line 49... Line 50...
49
static const int SLEEP = 500000;
50
static const int SLEEP = 500000;
50
 
51
 
Line 51... Line 52...
51
static const QString QA_NAME = "QMK-Groundstation";
52
static const QString QA_NAME = "QMK-Groundstation";
52
static const QString QA_VERSION_NR = "0.8.7 - own light lib";
53
static const QString QA_VERSION_NR = "0.8.7 - libMK";
53
 
54
 
54
#ifdef _BETA_
55
#ifdef _BETA_