Skip to content

Commit 2b6820f

Browse files
committed
Move micropython/repl.sh to console.sh
1 parent 35f4875 commit 2b6820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
fi
99

1010
{
11-
echo "{\"type\": \"serial\", \"device\": \"uart0\", \"overrun\": false, \"direction\": \"${DIRECTION}\", \"disconnectOnHalt\": true}"
11+
echo "{\"type\": \"serial\", \"device\": \"${DEVICE:=uart0}\", \"overrun\": false, \"direction\": \"${DIRECTION}\", \"disconnectOnHalt\": true}"
1212
cat
1313
} | netcat -v "${HOST:=localhost}" "${PORT:=5000}"
1414

0 commit comments

Comments
 (0)