Skip to content
configuration.h 480 B
Newer Older
pixhawk's avatar
pixhawk committed
#ifndef CONFIGURATION_H
#define CONFIGURATION_H

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. 0.8.0 (Beta)"
lm's avatar
lm committed

pixhawk's avatar
pixhawk committed
#endif // CONFIGURATION_H