Skip to content

Commit

Permalink
AF required build increased to 170201.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Feb 3, 2017
1 parent c68a9af commit b196ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal partial class ArcticFoxConfigurationWindow : EditorDialogWindow
{
private const ushort MaxPower = 3000;
private const byte MaxBatteries = 4;
private const int MinimumSupportedBuildNumber = 170106;
private const int MinimumSupportedBuildNumber = 170201;
private const int SupportedSettingsVersion = 7;

private readonly BackgroundWorker m_worker = new BackgroundWorker { WorkerReportsProgress = true };
Expand Down

0 comments on commit b196ebf

Please sign in to comment.