X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/181c0f8a5bc99fe85ab3f27fae85f8d0dfd6161b..c50b9b5fd8fb6b28fc0ba9d928aa1a80d17724d9:/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 38ed597..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` @@ -48,4 +51,4 @@ find . -type f -name '*.py' | \ xargs -n1 -I {} sh -c "echo compiling {} ...; ${MPYCROSS} {}" # upload adafruit blinka .mpy files find . -type f -name '*.mpy' | \ - xargs -n1 -I {} sh -c "echo uploading {} ...; ampy --port ${PORT} put {} {}" \ No newline at end of file + xargs -n1 -I {} sh -c "echo uploading {} ...; ampy --port ${PORT} put {} {}"