From f6ae0ea08aeb100eb1a43240ade285bc5c6cad37 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sun, 10 Jun 2018 18:59:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55abe1ff..68f588de 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ function Converter(decoded, port) { if (port === 1) { converted.pax = converted.ble + converted.wifi; - if (converted.length > 4){ + if (converted.hdop) { converted.hdop /= 100; converted.latitude /= 1000000; converted.longitude /= 1000000;