Skip to content

Commit c8a1d0b

Browse files
committed
Updates image requirement
1 parent 5a704db commit c8a1d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FRC-Extension/RoboRIOCode/DeployProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static class DeployProperties
2929
public const string RoboRioMonoBin = "/usr/bin/mono";
3030

3131
public const string RioImageSearchString = "FRC_roboRIO";
32-
public static readonly int[] RoboRioAllowedImages = { 15 };
32+
public static readonly int[] RoboRioAllowedImages = { 18 };
3333

3434
public static readonly string[] IgnoreFiles =
3535
{

0 commit comments

Comments
 (0)