micropython-ota-updater icon indicating copy to clipboard operation
micropython-ota-updater copied to clipboard

OTA Updater for MicroPython

Results 9 micropython-ota-updater issues
Sort by recently updated
recently updated
newest added

Currently, when you run your scripts on a repo that does not have any releases, there is Error raised. I would argue that, for example, during development, you won't have...

HI again! Unfortunately, I encountered some issues and I believe it has something to do with decoding the Json from GitHub. Here is the full trace. Again, I will try...

What is the difference between `main_dir` and `github_src_dir`? No documentation is provided for these arguments, what is the difference between them and their purposes? I have my micropython code inside...

#25 This will automatically create PyPi updates when new releases are created. The version in `setup.py` has to be updated manually. To use this, a contributor has to upload a...

You should create a setup.py and upload this package to PyPi for installation with upip. Then rather than installing the python file directly on boards, users can run ```python import...

Hi, Can someone help me out understanding why the lib is crushing? TIA `Checking version... Current version: 0.0 Latest version: 1.0.0 Updating to version 1.0.0... Downloading version 1.0.0 Traceback (most...

i worked though it for quite some hours, and have no clue why it happens. but i can for sure say that in line 207 where code is like "s...

bug
caused-by-upstream

No worries if you don't want to include. Please double-check on your end. This was my first time using a `release` and this error message could have saved me a...

Hello, I cloned the project and put my wi-fi connection information. But I get an error. I have a esp32 with esp32-idf3-20200902-v1.13 firmware. Same with esp32-idf4-20200902-v1.13 > Uploading` project (main...