micropython-ota-updater
micropython-ota-updater copied to clipboard
OTA Updater for MicroPython
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...
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...