summaryrefslogtreecommitdiff
path: root/wim.py
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-05-05 14:48:33 +0100
committerTim Redfern <tim@eclectronics.org>2012-05-05 14:48:33 +0100
commit2190d8a81cc49229c87ebdad1a293c50d514697d (patch)
treece961826edf8420cd700d8857c6704ae7a5b629d /wim.py
parent472e9dc583e7f61f4d7cfbc4c02a5690230b2c88 (diff)
checking gps
Diffstat (limited to 'wim.py')
-rwxr-xr-xwim.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wim.py b/wim.py
index a3d47bc..34da1a2 100755
--- a/wim.py
+++ b/wim.py
@@ -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: