Skip to content

Commit

Permalink
fix for HS1 Mhz params
Browse files Browse the repository at this point in the history
  • Loading branch information
smcki012 authored Oct 27, 2020
1 parent 6fd7165 commit 4348aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/HandyMiner_GoldShell.js
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ class HandyMiner {
// |BC02| = 700
// | | 41 = temp target = 65C
// | | 5A = temp target = 90C
let params = 'A53C96A21010000000A2EE02BC02040000004169C35A'; //default hs1 params
let params = 'A53C96A21010000000A2EE028A02040000004169C35A'; //default hs1 params
if(asicInfo.modelName.indexOf('Plus') >= 0){
//is hs1 plus, new frequencies!!
// |8A02| = frequency = 650 = ~102GH hs1plus, handyminer default
Expand Down

0 comments on commit 4348aa2

Please sign in to comment.