Commit 034f1063 authored by Lorenz Meier's avatar Lorenz Meier

Reduce update rate of HUD

parent 4fbe9e20
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Please see our website at <http://qgroundcontrol.org> # Please see our website at <http://qgroundcontrol.org>
# Maintainer: # Maintainer:
# Lorenz Meier <lm@inf.ethz.ch> # Lorenz Meier <lm@inf.ethz.ch>
# (c) 2009-2011 QGroundControl Developers # (c) 2009-2014 QGroundControl Developers
# This file is part of the open groundstation project # This file is part of the open groundstation project
# QGroundControl is free software: you can redistribute it and/or modify # QGroundControl is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
......
...@@ -172,7 +172,7 @@ private: ...@@ -172,7 +172,7 @@ private:
static const int tickValues[]; static const int tickValues[];
static const QString compassWindNames[]; static const QString compassWindNames[];
static const int updateInterval = 40; static const int updateInterval = 50;
}; };
#endif // PRIMARYFLIGHTDISPLAY_H #endif // PRIMARYFLIGHTDISPLAY_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment