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

Reduce update rate of HUD

parent 4fbe9e20
......@@ -3,7 +3,7 @@
# Please see our website at <http://qgroundcontrol.org>
# Maintainer:
# 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
# QGroundControl is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......
......@@ -172,7 +172,7 @@ private:
static const int tickValues[];
static const QString compassWindNames[];
static const int updateInterval = 40;
static const int updateInterval = 50;
};
#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