From f40fb3459d9dad558100ab5c4263644221d70b7f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 13 Dec 2020 20:44:58 +0000 Subject: [PATCH] Up remote protocol to version 2. --- Aaru.Devices/Remote/Consts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aaru.Devices/Remote/Consts.cs b/Aaru.Devices/Remote/Consts.cs index 2680d0dd6..fa3f1b37f 100644 --- a/Aaru.Devices/Remote/Consts.cs +++ b/Aaru.Devices/Remote/Consts.cs @@ -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; } } \ No newline at end of file