Fix: onNewVoltage: Unit is "mV"
This commit is contained in:
parent
73ae01573d
commit
bf1bdc34bb
@ -647,7 +647,7 @@ void ATBDeviceControllerPlugin::onNewVoltage(uint32_t voltage)
|
|||||||
json = JSON::objectBuilder()
|
json = JSON::objectBuilder()
|
||||||
->set("Name", "batt")
|
->set("Name", "batt")
|
||||||
->set("Value", voltageString)
|
->set("Value", voltageString)
|
||||||
->set("Unit", "V")
|
->set("Unit", "mV")
|
||||||
->create();
|
->create();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user