From 2190d8a81cc49229c87ebdad1a293c50d514697d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 5 May 2012 14:48:33 +0100 Subject: checking gps --- wim.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wim.py') 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: -- cgit v1.2.3