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}