From 3de9e9aa8477cf3b75587066122228d94d6e2174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 28 Dec 2017 01:09:01 +0100 Subject: [PATCH] Downgrade to firmware 8.0.0 because the left I2C watchdog of firmware 8.0.1 is not proven yet and might make things worse. --- packages/uhk-agent/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uhk-agent/src/package.json b/packages/uhk-agent/src/package.json index 2287ad59..4ebe7722 100644 --- a/packages/uhk-agent/src/package.json +++ b/packages/uhk-agent/src/package.json @@ -16,7 +16,7 @@ "dependencies": { "node-hid": "0.5.7" }, - "firmwareVersion": "8.0.1", + "firmwareVersion": "8.0.0", "deviceProtocolVersion": "4.0.0", "userConfigVersion": "4.0.0", "hardwareConfigVersion": "1.0.0"