Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions user_apps/ugit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# uGit - OTA updates directly from the repo!

Place ugit.py at the root of the device
Edit wifi credentials at the top of the file

Open the REPL (crtl+C or crtl+D) and run:

```python
import ugit
ugit.pull_all()
```

This will pull all udpated files from the repo's firmware/badge/ onto the device, and restart when complete.
Loading