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 384abde commit c884bbfCopy full SHA for c884bbf
FRC-Extension/RoboRIOCode/DeployProperties.cs
@@ -23,7 +23,7 @@ public static class DeployProperties
23
public const string RoboRioMonoBin = "/usr/bin/mono";
24
25
public const string RioImageSearchString = "FRC_roboRIO";
26
- public static readonly int[] RoboRioAllowedImages = { 18 };
+ public static readonly int[] RoboRioAllowedImages = { 19 };
27
28
public static readonly string[] IgnoreFiles =
29
{
0 commit comments