We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879d292 commit b70390bCopy full SHA for b70390b
mySETUP.sh
@@ -10,7 +10,7 @@ exp_continue
10
}
11
-re ".*sword.*" {
12
# modify the following to your board password
13
-exp_send “[your_password]\r”
+exp_send "[your_password]\r"
14
15
16
expect "*~#" {send "opkg update\r"}
@@ -19,4 +19,4 @@ expect "*~#" {send "opkg install python-openssl\r"}
19
expect "*~#" {send "easy_install pip\r"}
20
expect "*~#" {send "pip install paho-mqtt\r"}
21
expect "*~#" {send "exit\r"}
22
-interact
+interact
0 commit comments