Skip to content

Commit c884bbf

Browse files
committed
Update allowed roborio image to 19
1 parent 384abde commit c884bbf

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
@@ -23,7 +23,7 @@ public static class DeployProperties
2323
public const string RoboRioMonoBin = "/usr/bin/mono";
2424

2525
public const string RioImageSearchString = "FRC_roboRIO";
26-
public static readonly int[] RoboRioAllowedImages = { 18 };
26+
public static readonly int[] RoboRioAllowedImages = { 19 };
2727

2828
public static readonly string[] IgnoreFiles =
2929
{

0 commit comments

Comments
 (0)