configuration.h 381 Bytes
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4
#ifndef CONFIGURATION_H
#define CONFIGURATION_H

/** @brief Polling interval in ms */
5
#define SERIAL_POLL_INTERVAL 2
pixhawk's avatar
pixhawk committed
6 7 8 9 10 11

/** @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
12
#define QGC_APPLICATION_NAME "QGroundControl"
13
#define QGC_APPLICATION_VERSION "v. 0.7.7 (Beta)"
lm's avatar
lm committed
14

pixhawk's avatar
pixhawk committed
15
#endif // CONFIGURATION_H