X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/4a33dc0ce6eee7103888bbbfde46617d7d3b59c8..HEAD:/test/scripts/upload_feather_huzzah_micropython_put.sh diff --git a/test/scripts/upload_feather_huzzah_micropython_put.sh b/test/scripts/upload_feather_huzzah_micropython_put.sh index 74a5d8a..8bfb8cc 100755 --- a/test/scripts/upload_feather_huzzah_micropython_put.sh +++ b/test/scripts/upload_feather_huzzah_micropython_put.sh @@ -1,4 +1,7 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT PORT=/dev/ttyUSB0 export MPYCROSS=`realpath ../../../micropython/mpy-cross/mpy-cross`