typo in voltage value
This commit is contained in:
parent
545e8ee177
commit
f43863bd51
@ -32,7 +32,7 @@ export class ControlPlusHub extends LPF2Hub {
|
|||||||
|
|
||||||
protected _currentPort = 0x3b;
|
protected _currentPort = 0x3b;
|
||||||
protected _voltagePort = 0x3c;
|
protected _voltagePort = 0x3c;
|
||||||
protected _voltageMaxV = 9.612;
|
protected _voltageMaxV = 9.615;
|
||||||
protected _voltageMaxRaw = 4095;
|
protected _voltageMaxRaw = 4095;
|
||||||
|
|
||||||
constructor (device: IBLEDevice, autoSubscribe: boolean = true) {
|
constructor (device: IBLEDevice, autoSubscribe: boolean = true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user