You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/fallctf-2025/badge.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,5 @@ To get the boot flag, connect the badge to the computer and run `mpremote`. Pres
27
27
## Badge hacking
28
28
29
29
Check out the src.zip for the source code. Run `mpremote ls` to list files and `mpremote cp :src.zip .` to copy files from the device (in this example, `src.zip`).
30
+
31
+
After modifying a `.py` file, Run `mpremote cp file.py :` to upload the updated code to the badge.
0 commit comments