From 4aad86947c2b9624dddef5247366b3249eeaaf8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 9 Nov 2017 18:47:21 +0100 Subject: [PATCH] Set the deviceId of uhk60-right to 1. --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index 8a7b212..143cade 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -21,7 +21,7 @@ "slaveProtocolVersion": "2.1.0", "devices": [ { - "deviceId": 0, + "deviceId": 1, "name": "uhk60-right", "source": "right/build/uhk60-right_release/uhk-right.hex" }