Skip to content

Commit

Permalink
401 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-wilson committed Mar 18, 2024
1 parent 493dbcc commit a5daff7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config-401.cvs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
key,type,encoding,value
main,namespace,,
wifissid,data,string,myssid
wifipass,data,string,mypass
stratumurl,data,string,public-pool.io
stratumport,data,u16,21496
stratumuser,data,string,bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d.bitaxe
stratumpass,data,string,x
asicfrequency,data,u16,490
asicvoltage,data,u16,1166
asicmodel,data,string,BM1368
devicemodel,data,string,supra
boardversion,data,string,401
flipscreen,data,u16,1
invertfanpol,data,u16,1
autofanspeed,data,u16,1
fanspeed,data,u16,100
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class EditComponent implements OnInit {
public BM1368CoreVoltage = [
{ name: '1100', value: 1100 },
{ name: '1150', value: 1150 },
{ name: '1166 (default)', value: 1166 },
{ name: '1200', value: 1200 },
{ name: '1250', value: 1250 },
{ name: '1300', value: 1300 },
Expand Down

0 comments on commit a5daff7

Please sign in to comment.