Skip to content

Commit 4348aa2

Browse files
authored
fix for HS1 Mhz params
1 parent 6fd7165 commit 4348aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/HandyMiner_GoldShell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ class HandyMiner {
10581058
// |BC02| = 700
10591059
// | | 41 = temp target = 65C
10601060
// | | 5A = temp target = 90C
1061-
let params = 'A53C96A21010000000A2EE02BC02040000004169C35A'; //default hs1 params
1061+
let params = 'A53C96A21010000000A2EE028A02040000004169C35A'; //default hs1 params
10621062
if(asicInfo.modelName.indexOf('Plus') >= 0){
10631063
//is hs1 plus, new frequencies!!
10641064
// |8A02| = frequency = 650 = ~102GH hs1plus, handyminer default

0 commit comments

Comments
 (0)