From f43863bd51d1b57a5a5f1088abfd57d79ac34777 Mon Sep 17 00:00:00 2001 From: Michal Szafranski Date: Wed, 6 Nov 2019 20:44:14 +0100 Subject: [PATCH] typo in voltage value --- src/controlplushub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controlplushub.ts b/src/controlplushub.ts index 64accd7..b96b0c4 100644 --- a/src/controlplushub.ts +++ b/src/controlplushub.ts @@ -32,7 +32,7 @@ export class ControlPlusHub extends LPF2Hub { protected _currentPort = 0x3b; protected _voltagePort = 0x3c; - protected _voltageMaxV = 9.612; + protected _voltageMaxV = 9.615; protected _voltageMaxRaw = 4095; constructor (device: IBLEDevice, autoSubscribe: boolean = true) {