diff options
Diffstat (limited to 'bin/wait-connection-leonardo')
| -rwxr-xr-x | bin/wait-connection-leonardo | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/wait-connection-leonardo b/bin/wait-connection-leonardo deleted file mode 100755 index 6a594d2..0000000 --- a/bin/wait-connection-leonardo +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -while [ ! -e $1 ] -do - echo Waiting connection at $1 - sleep 0.2 -done - -sleep 1 -# necessary for me... -# /dev/ttyACM0 used to disappear after the reset -# but no longer now. How can I tell whether the -# connection is ready? - -echo Connection Established |
