Skip to content

Commit

Permalink
Fix boot sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
cescopag committed Nov 16, 2015
1 parent 643ca86 commit 5d93af9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
echo "Connecting bluetooth"
sudo rfcomm release 0
sudo rfcomm bind 0 98:D3:31:40:04:6B
rfcomm show 0
sudo rfcomm connect 0 98:D3:31:40:04:6B &
echo "Network interface:"
ifconfig wlan0
sleep 10
sleep 15
echo "Connecting robot"
sudo node robot.js

0 comments on commit 5d93af9

Please sign in to comment.