From adac85ffc22d06df49512dba0d8c2ae233505d01 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 14 Mar 2022 17:24:50 -0400 Subject: [PATCH] changed to pressure unit to spa --- groundstation/tago-upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/tago-upload.py b/groundstation/tago-upload.py index 7690b317..83027c17 100644 --- a/groundstation/tago-upload.py +++ b/groundstation/tago-upload.py @@ -90,7 +90,7 @@ while (True): data = { 'variable': 'pressure', - 'unit' : 'kPa', + 'unit' : 'hPa', 'value' : pressure, 'time' : timestamp, 'location': {'lat': lat, 'lng': lon}