mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-26 17:51:45 +01:00
added supra hashrate estimate
This commit is contained in:
parent
69e3c4bb81
commit
15db0465d5
@ -141,6 +141,8 @@ export class HomeComponent {
|
||||
}
|
||||
} else if (info.ASICModel === eASICModel.BM1397) {
|
||||
return (info.frequency * (672 / 1000))
|
||||
} else if (info.ASICModel === eASICModel.BM1368) {
|
||||
return (info.frequency * (1276 / 1000))
|
||||
}
|
||||
|
||||
return undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user