-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add firmware update functionality for BOS Miner #147
Conversation
I will add additional steps for the |
Can you switch out aiohttp for httpx? Already using httpx as a dependency, so I would like to use that. |
Sure, I will do that in the next commit. |
8a79d18
to
1ab05c7
Compare
MB, forgot to switch branch... will move this to main. |
0b72e3c
to
2d92c2c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better start. Maybe move the updater to another module called "updater", and then the feed handling could be handled in different submodules? So directory structured like
- pyasic
- /updater
- /bos.py
- /whatsminer.py
- /...
- /updater
da3d518
to
b4faf7c
Compare
This PR aims to add update firmware functionality for BOS Miner.