Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cj667113/simple_github_ota_updater

Simple python OTA updater
https://github.com/cj667113/simple_github_ota_updater

github github-api iot micropython ota ota-update ota-updater otaupdate otaupdater python

Last synced: about 2 hours ago
JSON representation

Simple python OTA updater

Awesome Lists containing this project

README

        

# Simple Github OTA Updater [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TZJP4R4BUD6JA&currency_code=USD&source=url)

This simple over the air updater script will automatically go out to github, look at the dates in which new code is committed and will update the current code running.

Also note, after using the updater, you will need to restart your main code in order for the new code to take effect. This is required to reload the new changes into memory.

## To Install:
```
pip install sgota
```
```
upip install usgota
```