summaryrefslogtreecommitdiff
path: root/send_command.sh
blob: aa297d319b473585b084fd98a76b3812d134c749 (plain)
1
2
3
4
5
6
PORT=$(arduino-cli board list | grep dev | grep -o '^\S*')
if [ -z $PORT ];
then
	return "Failed to find board"
fi
echo "$1\n" > $PORT