Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs1-24fa
project03
Commits
9a638e7a
Commit
9a638e7a
authored
8 months ago
by
Antonio Caceres
Browse files
Options
Download
Email Patches
Plain Diff
Add instructions print statement to transfer.py.
parent
c4e177c4
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
transfer.py
+1
-0
transfer.py
with
1 addition
and
0 deletions
+1
-0
transfer.py
View file @
9a638e7a
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help