Commit 9a638e7a authored by Antonio Caceres's avatar Antonio Caceres
Browse files

Add instructions print statement to transfer.py.

parent c4e177c4
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -30,6 +30,7 @@ if 'TRINKEY' in name:
urllib.request.urlretrieve(
"https://downloads.circuitpython.org/bin/adafruit_proxlight_trinkey_m0/en_US/adafruit-circuitpython-adafruit_proxlight_trinkey_m0-en_US-9.1.4.uf2", os.path.join(
disk, 'trinkey.uf2'))
print("The drive will now eject. You can quit any keyboard popups that appear. Run the transfer.py file again for it to be bootable.")
else:
shutil.rmtree(os.path.join(disk, 'lib'), True)
shutil.rmtree(os.path.join(disk, 'src'), True)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment