docs: update docs with iceriver support.

This commit is contained in:
Upstream Data
2024-08-20 10:24:06 -06:00
parent 0ea5ee8239
commit e9fcf25ad3
5 changed files with 55 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ def backend_str(backend: MinerTypes) -> str:
return "Mara Firmware Miners"
case MinerTypes.BITAXE:
return "Stock Firmware BitAxe Miners"
case MinerTypes.ICERIVER:
return "Stock Firmware IceRiver Miners"
def create_url_str(mtype: str):