Unified 9.6 max voltage values

This commit is contained in:
Michal Szafranski 2019-11-13 22:33:47 +01:00
parent f43863bd51
commit 49f43f5dff
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ export class ControlPlusHub extends LPF2Hub {
protected _currentPort = 0x3b;
protected _voltagePort = 0x3c;
protected _voltageMaxV = 9.615;
protected _voltageMaxRaw = 4095;
constructor (device: IBLEDevice, autoSubscribe: boolean = true) {

View File

@ -33,7 +33,6 @@ export class PUPHub extends LPF2Hub {
protected _currentPort = 0x3b;
protected _voltagePort = 0x3c;
protected _voltageMaxV = 9.62;
constructor (device: IBLEDevice, autoSubscribe: boolean = true) {
super(device, autoSubscribe);