fixed units

pull/145/head
alanbjohnston 4 years ago committed by GitHub
parent 863c49cfdd
commit 2e290db197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,7 +126,7 @@ print(result)
data = {
'variable': 'x_rotate',
'unit' : '%',
'unit' : 'dps',
'value' : x_rotate,
'time' : timestamp,
'location': {'lat': lat, 'lng': lon}
@ -136,7 +136,7 @@ print(result)
data = {
'variable': 'y_rotate',
'unit' : '%',
'unit' : 'dps',
'value' : y_rotate,
'time' : timestamp,
'location': {'lat': lat, 'lng': lon}
@ -147,7 +147,7 @@ print(result)
data = {
'variable': 'z_rotate',
'unit' : '%',
'unit' : 'dps',
'value' : z_rotate,
'time' : timestamp,
'location': {'lat': lat, 'lng': lon}
@ -157,7 +157,7 @@ print(result)
data = {
'variable': 'x_accel',
'unit' : '%',
'unit' : 'g',
'value' : x_accel,
'time' : timestamp,
'location': {'lat': lat, 'lng': lon}
@ -167,7 +167,7 @@ print(result)
data = {
'variable': 'y_accel',
'unit' : '%',
'unit' : 'g',
'value' : y_accel,
'time' : timestamp,
'location': {'lat': lat, 'lng': lon}
@ -177,7 +177,7 @@ print(result)
data = {
'variable': 'z_accel',
'unit' : '%',
'unit' : 'g',
'value' : z_accel,
'time' : timestamp,
'location': {'lat': lat, 'lng': lon}

Loading…
Cancel
Save

Powered by TurnKey Linux.