Skip to content

Commit

Permalink
ftduino_direct update to v1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: PeterDHabermehl <[email protected]>
  • Loading branch information
PeterDHabermehl committed Jan 3, 2018
1 parent d2fd2ab commit a6c2917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions board/fischertechnik/TXT/rootfs/opt/ftc/ftduino_direct.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.0.4 (c) 2017 Peter Habermehl
# v1.0.5
#
# Kommandos fuer ftduino.comm :
#
Expand Down Expand Up @@ -100,9 +100,9 @@ def comm(self, command):
if data:
return data.decode("utf-8")[:-2]
else:
return False
return "Fail"
except:
return False
return "Fail"

def close(self):
self.ftduino.close()
Expand Down

0 comments on commit a6c2917

Please sign in to comment.