From c9f03b4e57e21c26e6f46791600fb2e8194a04b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 25 Dec 2017 23:39:27 +0100 Subject: [PATCH] Reference firmware 8.0.1 and don't include the moduleProtocolVersion field because it's firmware-related, not Agent-related. --- packages/uhk-agent/src/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/uhk-agent/src/package.json b/packages/uhk-agent/src/package.json index 7845a9d5..2287ad59 100644 --- a/packages/uhk-agent/src/package.json +++ b/packages/uhk-agent/src/package.json @@ -16,9 +16,8 @@ "dependencies": { "node-hid": "0.5.7" }, - "firmwareVersion": "7.0.0", + "firmwareVersion": "8.0.1", "deviceProtocolVersion": "4.0.0", - "moduleProtocolVersion": "3.0.0", "userConfigVersion": "4.0.0", "hardwareConfigVersion": "1.0.0" }