Up remote protocol to version 2.

This commit is contained in:
2020-12-13 20:44:58 +00:00
parent 97cb61eca6
commit f40fb3459d

View File

@@ -37,6 +37,6 @@ namespace Aaru.Devices.Remote
public const uint REMOTE_ID = 0x52434944; // "DICR"
public const uint PACKET_ID = 0x544B4350; // "PCKT"
public const int PACKET_VERSION = 1;
public const int MAX_PROTOCOL = 1;
public const int MAX_PROTOCOL = 2;
}
}