make ertm-setup find wrc through udev

parent 85c3aedd
#!/bin/sh
SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))
SERIAL_LINE=/dev/ttyUSB2
SERIAL_LINE=$($SCRIPT_DIR/udev-find wrc)
# override default serial line if need be
if [ x"$1" != x"" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment