diff --git a/src/NToolbox/Resources/new_configuration.afc b/src/NToolbox/Resources/new_configuration.afc index 09456b8..ad382a9 100644 Binary files a/src/NToolbox/Resources/new_configuration.afc and b/src/NToolbox/Resources/new_configuration.afc differ diff --git a/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs b/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs index 03819d6..67c90b5 100644 --- a/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs +++ b/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs @@ -18,7 +18,7 @@ public partial class ArcticFoxConfigurationWindow : WindowBase { private const ushort MaxPower = 2500; private const byte MaxBatteries = 3; - private const int MinimumSupportedBuildNumber = 170102; + private const int MinimumSupportedBuildNumber = 170103; private const int SupportedSettingsVersion = 6; private readonly BackgroundWorker m_worker = new BackgroundWorker { WorkerReportsProgress = true };