diff --git a/groundstation/tago-upload.py b/groundstation/tago-upload.py index 4dc0b5a1..8566c679 100644 --- a/groundstation/tago-upload.py +++ b/groundstation/tago-upload.py @@ -56,7 +56,9 @@ for i in range(len(chunks)): humidity = chunks[i+4] print(temp) print(humidity) - + if (chunks[i] == "MPU6050"): + print("Found MPU6050") + x_rotate = chunks[i+1] #print(telem_string)