Skip to content
configuration.h 563 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 7
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. 0.8.3 (Alpha RC7)"
const QString APPNAME = "QGROUNDCONTROL";
const QString COMPANYNAME = "OPENMAV";
const int APPLICATIONVERSION = 83; // 0.8.0
lm's avatar
lm committed

lm's avatar
lm committed
#endif // QGC_CONFIGURATION_H