Create README.md
This commit is contained in:
parent
4b90179b4f
commit
1b45588a09
1 changed files with 7 additions and 0 deletions
7
factory-reset/README.md
Normal file
7
factory-reset/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Factory reset recipe:
|
||||
|
||||
Compile https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/main/MagTag/MagTag_Arduino_Demos/shipping_demo for MagTag, `getting shipping_demo.ino.bin`.
|
||||
|
||||
```sh
|
||||
uf2conv.py --family 0xbfdd4eee --base 0 shipping_demo.ino.bin --output MagTag-Factory-Reset.uf2`
|
||||
```
|
||||
Loading…
Reference in a new issue