Skip to content

Commit 37b620e

Browse files
authored
Add note for mpremote command not found error
Added troubleshooting tip for mpremote command.
1 parent c77b2c7 commit 37b620e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/fallctf-2025/badge.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ If you are on Linux, you may need to add your user to the `dialout` group to all
1818
sudo usermod -a -G dialout $USER
1919
```
2020

21+
If you are getting an error with `mpremote` command not found, try replace it with `python3 -m mpremote` (in all the commands below).
22+
2123
Install the `mpremote` Python package to connect to the badge:
2224
```sh
2325
pip install --user mpremote

0 commit comments

Comments
 (0)