Skip to content

Over the Air updater for Pico W (multi-file updates)

License

Notifications You must be signed in to change notification settings

dblanding/pico-OTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTA Updater for micropython running on a Pico W

  • Based on Kevin McAleer's MicroPython Over-the-Air updater modified as follows:
    • The WiFi connection is made outside of OTAUpdater
    • Allows multiple files to be specified for updating, using this syntax:
    # Check for OTA updates
    firmware_url = f"https://github.com/{GitHub_username}/{repo_name}/{branch}/"
    ota_updater = OTAUpdater(firmware_url, <filename1>, <filename2>, ...)
    ota_updater.download_and_install_update_if_available()

About

Over the Air updater for Pico W (multi-file updates)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages