packed converter modified
This commit is contained in:
parent
5c1f65c14f
commit
d5ad20989a
@ -9,10 +9,12 @@ function Converter(decoded, port) {
|
|||||||
converted.pax = converted.ble + converted.wifi;
|
converted.pax = converted.ble + converted.wifi;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if (port === 2) {
|
if (port === 2) {
|
||||||
converted.voltage /= 1000;
|
converted.voltage /= 1000;
|
||||||
converted.uptime /= 60;
|
converted.uptime /= 60;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
return converted;
|
return converted;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user