Skip to content

Commit

Permalink
Simplyfy with flash
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 9, 2024
1 parent d4d5e60 commit dff5b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
export PORT=`./find_usb.sh $SERIAL_NUM`

devicelist=$(echo $(./py_checkusb.py --serial ${SERIAL_NUM} --list devtype --json) | jq ".\"${SERIAL_NUM}\"" --compact-output )
export DEVICE=$(echo $devicelist | jq ".[0]")
export DEVICE=$(echo $devicelist | jq -r ".[0]")

echo "Repository: " $REPO
echo "Port Serial Num: " $SERIAL_NUM
Expand Down

0 comments on commit dff5b83

Please sign in to comment.