Create README.md

This commit is contained in:
Dan Halbert 2025-07-01 14:23:48 -04:00 committed by GitHub
parent 4b90179b4f
commit 1b45588a09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
factory-reset/README.md Normal file
View 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`
```