mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
MainV2.cs: Added call to parameter parser at application bootstrap.
This commit is contained in:
parent
cbea39ae3e
commit
ca415f84cf
@ -20,6 +20,7 @@ using System.Speech.Synthesis;
|
||||
using System.Globalization;
|
||||
using System.Threading;
|
||||
using System.Net.Sockets;
|
||||
using ArdupilotMega.Utilities;
|
||||
using IronPython.Hosting;
|
||||
using log4net;
|
||||
using ArdupilotMega.Controls;
|
||||
@ -1227,6 +1228,9 @@ namespace ArdupilotMega
|
||||
log.Error("Update check failed", ex);
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Move this to a more appropriate place, like right after CheckForUpdate();
|
||||
ParameterInformationParser.GetParameterInformation();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user