401 configs

This commit is contained in:
Ben 2024-03-18 00:59:35 -04:00
parent 493dbccfe5
commit a5daff7b01
2 changed files with 18 additions and 0 deletions

17
config-401.cvs Normal file
View File

@ -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

View File

@ -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 },