diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-05-05 14:48:33 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-05-05 14:48:33 +0100 |
| commit | 2190d8a81cc49229c87ebdad1a293c50d514697d (patch) | |
| tree | ce961826edf8420cd700d8857c6704ae7a5b629d /wim.py | |
| parent | 472e9dc583e7f61f4d7cfbc4c02a5690230b2c88 (diff) | |
checking gps
Diffstat (limited to 'wim.py')
| -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: |
