diff options
| -rwxr-xr-x | wim.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ while True: if gpsp!="": check=gpsp.check() if check!=False: + if debug: + print "received from gps",check[0],check[1] pos=latLng(check[0],check[1]) posChanged=True if posChanged: |
