diff --git a/config-401.cvs b/config-401.cvs new file mode 100644 index 00000000..8da28d13 --- /dev/null +++ b/config-401.cvs @@ -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 \ No newline at end of file diff --git a/main/http_server/axe-os/src/app/components/edit/edit.component.ts b/main/http_server/axe-os/src/app/components/edit/edit.component.ts index 21976098..70f84094 100644 --- a/main/http_server/axe-os/src/app/components/edit/edit.component.ts +++ b/main/http_server/axe-os/src/app/components/edit/edit.component.ts @@ -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 },