Skip to content
Snippets Groups Projects
configuration.h 381 B
Newer Older
  • Learn to ignore specific revisions
  • pixhawk's avatar
    pixhawk committed
    #ifndef CONFIGURATION_H
    #define CONFIGURATION_H
    
    /** @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.7.7 (Beta)"
    
    lm's avatar
    lm committed
    
    
    pixhawk's avatar
    pixhawk committed
    #endif // CONFIGURATION_H