We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b2c7 commit 37b620eCopy full SHA for 37b620e
guides/fallctf-2025/badge.md
@@ -18,6 +18,8 @@ If you are on Linux, you may need to add your user to the `dialout` group to all
18
sudo usermod -a -G dialout $USER
19
```
20
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
+
23
Install the `mpremote` Python package to connect to the badge:
24
```sh
25
pip install --user mpremote
0 commit comments