diff --git a/Tools/ArdupilotMegaPlanner/MainV2.cs b/Tools/ArdupilotMegaPlanner/MainV2.cs
index 83e817b7e129e5d49519fec508bb34ec989ca657..bc811c7c382eeade651835d1a6eed3597f24f0e3 100644
--- a/Tools/ArdupilotMegaPlanner/MainV2.cs
+++ b/Tools/ArdupilotMegaPlanner/MainV2.cs
@@ -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();
         }