Skip to content
configuration.h 744 B
Newer Older
lm's avatar
lm committed
#ifndef QGC_CONFIGURATION_H
#define QGC_CONFIGURATION_H
pixhawk's avatar
pixhawk committed

pixhawk's avatar
pixhawk committed
/** @brief Polling interval in ms */
#define SERIAL_POLL_INTERVAL 4
pixhawk's avatar
pixhawk committed

/** @brief Heartbeat emission rate, in Hertz (times per second) */
#define MAVLINK_HEARTBEAT_DEFAULT_RATE 1
#define WITH_TEXT_TO_SPEECH 1

lm's avatar
lm committed
#define QGC_APPLICATION_NAME "QGroundControl"
Lorenz Meier's avatar
Lorenz Meier committed
#define QGC_APPLICATION_VERSION "v. 2.0.3 (beta)"
const QString APPNAME = "QGROUNDCONTROL";
const QString ORG_NAME = "QGROUNDCONTROL.ORG"; //can be customized by forks to e.g. mycompany.com to maintain separate Settings for customized apps
const QString ORG_DOMAIN = "org.qgroundcontrol";//can be customized by forks
Lorenz Meier's avatar
Lorenz Meier committed
const int APPLICATIONVERSION = 203; // 2.0.3
lm's avatar
lm committed

lm's avatar
lm committed
#endif // QGC_CONFIGURATION_H