Skip to content

Commit bcfcf48

Browse files
committed
Increase NFE Tools build version, update min required AF version - 170603, updated blank config.
1 parent 81a9385 commit bcfcf48

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 7.0.{build}
1+
version: 7.1.{build}
22
branches:
33
only:
44
- master

src/NToolbox/Models/ArcticFoxConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal class ArcticFoxConfiguration
99
{
1010
internal const ushort MaxPower = 4000;
1111
internal const byte MaxBatteries = 4;
12-
internal const int MinimumSupportedBuildNumber = 170528;
12+
internal const int MinimumSupportedBuildNumber = 170603;
1313
internal const int SupportedSettingsVersion = 9;
1414

1515
public DeviceInfo Info;
63 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)