Git Product home page Git Product logo

uota's People

Contributors

bilabar avatar mkomon avatar thinktransit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

uota's Issues

clarification for files/locations needed

am I correct that my project folder will need to contain:

  • a copy of your uota.py module from this lib section
  • an adjusted version of your uota.cfg.example as uota.cfg
  • a copy of my micropython .bin file
  • all my .py files used in my project
    and I will create a .gz file with all the contents of this folder into a new folder (e.g. .../esp32upload?
    In addition add the adjusted text file "latest" into this folder

then uota.cfg url could be "http://localhost/.../esp32upload/"

and where is the module connect_wifi coming from and how do I provide credentials for the connection?

two OTA partition how to?

I compiled a ESP32 firmware , and now , boot partition is ota_0. uota could download and unzip firmware I put in a LAN web server. It's good.

My problem is how to copy this firmware downloaded in ota_0 and copy it to ota_1?

Since copied to ota_1. I could set boot partition by esp32.Partition.set_boot()

Possible bug on uota.py line 183.

Hi, thanks for the great project!

I found a problem in line 183:
not quiet and log.debug(f'creating directory {file_name} ... ', end='')

If I change that line to this below works:
not quiet and log.debug(f'creating directory {file_name} ... ')

Complete log error:

>>> import uota
WARNING: ucertpin package not found, certificate pinning is disabled
>>> uota.check_for_updates()
WARNING: local version information missing, ignoring it
INFO: new version 2.0.1 is available
True
>>> uota.install_new_firmware()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "uota.py", line 183, in install_new_firmware
TypeError: unexpected keyword argument 'end'
>>> 

Is that a really bug or am I doing something wrong?

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.