Skip to content
configuration.h 565 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 */
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"
#define QGC_APPLICATION_VERSION "v. 1.1.2 (beta)"
const QString APPNAME = "QGROUNDCONTROL";
const QString COMPANYNAME = "QGROUNDCONTROL";
const int APPLICATIONVERSION = 110; // 1.1.0
lm's avatar
lm committed

lm's avatar
lm committed
#endif // QGC_CONFIGURATION_H