uota
uota copied to clipboard
Update firmware written in MicroPython over the air.
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...
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...
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...
When adding logging support I introduced a bug by failing to remove the end parameter from print call.
Hi Martin, Attached is a pr to add optional basic http authentication user:password to the the module.
uota doesn't work with recent versions of mp (after v1.21) because the deflate module has been added. This pr replaces uzlib with deflate
I seem to be having problem with the latest version of MP throwing a ValueError when untaring files. ```python Traceback (most recent call last): File "main.py", line 30, in File...
The module uota.py does not modify the file 'version' on the client side. I had to include the new file 'version' with the new release number in the tgz file...
I got this error, when i uploaded the file 'latest' onto my webspace. It seems, that my hosting company allows only a few file extensions. I had to change line...
I try to use uota on a Raspberry Pi Pico W with the latest build of Micropython. I get this error: ``` Traceback (most recent call last): File "", line...