Commit 75e6b8bf authored by Rohit Gupta's avatar Rohit Gupta

minor cleanup

parent eee5c2e2
......@@ -75,7 +75,7 @@ class pppThread (threading.Thread):
def send_command (cmd, response, timeout):
count=0
sleep_duration = 1
print 'In function: send_command: cmd ' + cmd + '> response: <' + response + '> \n'
print 'In function: send_command: cmd = <' + cmd + '> response: <' + response + '> \n'
global serial_port, ser
while count <= timeout:
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment