Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 397 → Rev 398

/QMK-Groundstation/branches/own_com_lib/global.h
44,13 → 44,13
static const int MeterSize = 160;
#endif
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION_NR = "0.8.5 - own flight lib";
 
// sleep time - time to wait until next command is received
// FIXME: delete this / rewrite to use interrupts, mutex or something elsebetter than timeouts
static const int SLEEP = 500000;
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION_NR = "0.8.7 - own light lib";
 
#ifdef _BETA_
static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
static const QString QA_HWVERSION = "FlightCtrl v0.73d & NaviCtrl v0.15c";