Skip to content

Commit

Permalink
Update min hardware version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Nov 1, 2023
1 parent 9814b75 commit cebfaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Juego/JuegoHardwareV3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class JuegoHardwareV3 : IJuegoHardware
/// <summary>
/// The minimum hardware version for Juego v3 hardware
/// </summary>
public static int MinimumHardareVersion => 3;
public static int MinimumHardareVersion => 4;

/// <inheritdoc/>
protected IF7CoreComputeMeadowDevice Device { get; }
Expand Down

0 comments on commit cebfaa2

Please sign in to comment.