typo in voltage value

This commit is contained in:
Michal Szafranski 2019-11-06 20:44:14 +01:00
parent 545e8ee177
commit f43863bd51

View File

@ -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) {