Skip to content
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 is_radxa_zero and is_rock_cm3 checks #210

Open
shawaj opened this issue Jan 17, 2023 · 1 comment
Open

add is_radxa_zero and is_rock_cm3 checks #210

shawaj opened this issue Jan 17, 2023 · 1 comment

Comments

@shawaj
Copy link
Member

shawaj commented Jan 17, 2023

We need to add checks for radxa zero and rock CM3 here:

def is_rockpi() -> bool:
return sbc.is_sbc_type(sbc.DeviceVendorID.ROCK_PI)
def is_raspberry_pi() -> bool:
return sbc.is_sbc_type(sbc.DeviceVendorID.RASPBERRY_PI)

We may also need to adapt some other parts of the miner codebase as well

@shawaj
Copy link
Member Author

shawaj commented Jan 17, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant