This is all messed up when I clone it (using ubuntu 13.10 x64)
The formatting is wrong, are some indents spaces and others tabs? It looks correct on screen but if I copy and paste from the 'raw' window here, I get:
File "sensortag.py", line 44
self.con.expect('Connection successful.*[LE]>')
^
IndentationError: unindent does not match any outer indentation level
Same for me, but worked better when i did git clone https://github.com/msaunby/ble-sensor-pi.gitand run the command again from within ble-sensor-pi/sensortag folder.
This is all messed up when I clone it (using ubuntu 13.10 x64)
The formatting is wrong, are some indents spaces and others tabs? It looks correct on screen but if I copy and paste from the 'raw' window here, I get:
File "sensortag.py", line 44 self.con.expect('Connection successful.*[LE]>') ^ IndentationError: unindent does not match any outer indentation level