From 034f106305c5bd505d4ae4c79e284d8c1fadeebd Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 6 Jan 2014 17:28:21 +0100 Subject: [PATCH] Reduce update rate of HUD --- qgroundcontrol.pro | 2 +- src/ui/PrimaryFlightDisplay.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 15174d0f5..6b85bd6a3 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -3,7 +3,7 @@ # Please see our website at # Maintainer: # Lorenz Meier -# (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 diff --git a/src/ui/PrimaryFlightDisplay.h b/src/ui/PrimaryFlightDisplay.h index 1c6b1415e..9dfb8c3ec 100644 --- a/src/ui/PrimaryFlightDisplay.h +++ b/src/ui/PrimaryFlightDisplay.h @@ -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 -- 2.22.0