We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a704db commit c8a1d0bCopy full SHA for c8a1d0b
FRC-Extension/RoboRIOCode/DeployProperties.cs
@@ -29,7 +29,7 @@ public static class DeployProperties
29
public const string RoboRioMonoBin = "/usr/bin/mono";
30
31
public const string RioImageSearchString = "FRC_roboRIO";
32
- public static readonly int[] RoboRioAllowedImages = { 15 };
+ public static readonly int[] RoboRioAllowedImages = { 18 };
33
34
public static readonly string[] IgnoreFiles =
35
{
0 commit comments