diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-09 19:11:51 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-09 19:11:51 +0100 |
| commit | ba7814c4da499635236f602e4bb92039d0345996 (patch) | |
| tree | 87a2c61a7a9aa142c0491062813db754f6c02d4b | |
| parent | 40c93352e80792505658b71b23bf6306e469ce51 (diff) | |
wim status constant update
| -rwxr-xr-x | wim.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,4 +125,5 @@ while True: print "wim: sending:",str(r[0]),str(r[1]) #pd needs \n at end of message outsock.sendto( str(r[0])+' '+str(r[1])+'\n', (PD_IP, PD_PORT) ) + time.sleep(1.0) |
