-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Add update firmware for Avalon miner #181
base: master
Are you sure you want to change the base?
Conversation
I'm actually not entirely sure how this is supposed to be done, I don't have an avalon to test on, and every source I can find doesn't seem to have the ability to do it. |
Nevermind, I was looking at AMS, not FMS. |
async def auth(self) -> None: | ||
"""Authenticate and get the token. Implement the actual authentication logic here.""" | ||
self.token = "Success" |
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.
Should be able to remove this.
This PR aims to add update firmware functionality for Avalon miner.