Skip to content

Commit

Permalink
AF Configuration: Min required build 170103.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Jan 3, 2017
1 parent eecb4d5 commit 4923172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/NToolbox/Resources/new_configuration.afc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs
Expand Up @@ -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 };
Expand Down

0 comments on commit 4923172

Please sign in to comment.