X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/eabc5490cba488c6beba6a17d295fff327b636c0..70b2c4be7ea920982168bb03fc55aa5b0563639c:/test/scripts/upload_pyboard_micropython_cp.sh diff --git a/test/scripts/upload_pyboard_micropython_cp.sh b/test/scripts/upload_pyboard_micropython_cp.sh index a565e6a..aff0824 100755 --- a/test/scripts/upload_pyboard_micropython_cp.sh +++ b/test/scripts/upload_pyboard_micropython_cp.sh @@ -1,4 +1,7 @@ #!/bin/sh +# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT export PORT="/dev/ttyUSB0" export MPYCROSS=`realpath ../../../micropython/mpy-cross/mpy-cross`