Skip to content

Commit

Permalink
Increase NFE Tools build version, update min required AF version - 17…
Browse files Browse the repository at this point in the history
…0603, updated blank config.
  • Loading branch information
TBXin committed Jun 4, 2017
1 parent 81a9385 commit bcfcf48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 7.0.{build}
version: 7.1.{build}
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion src/NToolbox/Models/ArcticFoxConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal class ArcticFoxConfiguration
{
internal const ushort MaxPower = 4000;
internal const byte MaxBatteries = 4;
internal const int MinimumSupportedBuildNumber = 170528;
internal const int MinimumSupportedBuildNumber = 170603;
internal const int SupportedSettingsVersion = 9;

public DeviceInfo Info;
Expand Down
Binary file modified src/NToolbox/Resources/new_configuration.afc
Binary file not shown.

0 comments on commit bcfcf48

Please sign in to comment.