We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8b209b + 06d3539 commit 02f6187Copy full SHA for 02f6187
RTProtocol.cs
@@ -47,7 +47,7 @@ public static class Constants
47
/// <summary>Latest major version of protocol</summary>
48
public const int MAJOR_VERSION = 1;
49
/// <summary>Latest minor version of protocol</summary>
50
- public const int MINOR_VERSION = 22;
+ public const int MINOR_VERSION = 23;
51
/// <summary>Maximum camera count</summary>
52
public const int MAX_CAMERA_COUNT = 256;
53
/// <summary>Maximum Analog device count</summary>
0 commit comments