X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/4a33dc0ce6eee7103888bbbfde46617d7d3b59c8..84862c851a21caebff5194cbb7d94c9ff14ad132:/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`