1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-24 06:40:09 +00:00

Update HudBar data refresh rate

This commit is contained in:
hawkeye 2023-08-06 17:43:26 -04:00
parent 68fce94b4d
commit 365fc637e0
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Local</Configuration>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>..\..\..\publish\master</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>

View file

@ -11,7 +11,7 @@ namespace MSFSPopoutPanelManager.SimConnectAgent
public class SimConnectProvider
{
private const int MSFS_DATA_REFRESH_TIMEOUT = 500;
private const int MSFS_HUDBAR_DATA_REFRESH_TIMEOUT = 100;
private const int MSFS_HUDBAR_DATA_REFRESH_TIMEOUT = 200;
private SimConnector _simConnector;