You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to change line 30 of remoteSensors.py to:
data = sensors['result']
to:
data = sensors.result
Also when testing with google maps it seems like one of the axes was flipped (I think roll?). When I tilted the phone to the left along the axis aligned with the 4 buttons near the bottom of the screen it moved the map east (the same with right -> west).
Awesome work :)
The text was updated successfully, but these errors were encountered:
ASE version: 25
Phone: Droid Incredible
I needed to change line 30 of remoteSensors.py to:
data = sensors['result']
to:
data = sensors.result
Also when testing with google maps it seems like one of the axes was flipped (I think roll?). When I tilted the phone to the left along the axis aligned with the 4 buttons near the bottom of the screen it moved the map east (the same with right -> west).
Awesome work :)
The text was updated successfully, but these errors were encountered: