Skip to content

Commit ee00cff

Browse files
Merge pull request QuantumLeaps#3 from sutch/master
Have serialterm get USB port from environment variable
2 parents 659e181 + d75ce98 commit ee00cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/serialterm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
osascript -e 'tell application "Terminal" to do script "screen /dev/cu.usbmodem1411 9600"'
1+
osascript -e 'tell application "Terminal" to do script "screen $BOARD_COM 9600"'

0 commit comments

Comments
 (0)