Subversion Repositories Projects

Rev

Rev 361 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 361 Rev 395
Line 54... Line 54...
54
static const int SETTINGS_ID = 2;
54
static const int SETTINGS_ID = 2;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
static const int SLEEP = 500000;
56
static const int SLEEP = 500000;
57
 
57
 
Line 58... Line 58...
58
static const QString QA_NAME = "QMK-Groundstation";
58
static const QString QA_NAME = "QMK-Groundstation";
59
static const QString QA_VERSION_NR = "0.8.5";
59
static const QString QA_VERSION_NR = "0.8.7";
60
 
60
 
61
#ifdef _BETA_
61
#ifdef _BETA_