Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 7e319b7

Browse files
committed
feature: add misidentified L7_i
1 parent a0fdec3 commit 7e319b7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/miners/supported_types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ details {
3838
<details>
3939
<summary>X7 Series:</summary>
4040
<ul>
41+
<li><a href="../antminer/X7#l7-stock">L7 (Stock)</a></li>
4142
<li><a href="../antminer/X7#l7-stock">L7 (Stock)</a></li>
4243
<li><a href="../antminer/X7#k7-stock">K7 (Stock)</a></li>
4344
<li><a href="../antminer/X7#d7-stock">D7 (Stock)</a></li>

pyasic/miners/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class MinerTypes(enum.Enum):
8282
"ANTMINER KS5": BMMinerKS5,
8383
"ANTMINER KS5 PRO": BMMinerKS5Pro,
8484
"ANTMINER L7": BMMinerL7,
85+
"ANTMINER L7_I": BMMinerL7,
8586
"ANTMINER K7": BMMinerK7,
8687
"ANTMINER D7": BMMinerD7,
8788
"ANTMINER E9 PRO": BMMinerE9Pro,

0 commit comments

Comments
 (0)