X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/ba4b66024f9426096195bfc78a84f2591a488efc..e722742d4e738361cc9e0fa89466bb0f52f94a72:/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`