packed converter modified

This commit is contained in:
Klaus K Wilting 2018-07-12 23:17:51 +02:00
parent 5c1f65c14f
commit d5ad20989a

View File

@ -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;
} }