Unified 9.6 max voltage values
This commit is contained in:
parent
f43863bd51
commit
49f43f5dff
@ -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) {
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user