Skip to content

Commit

Permalink
readme: Add config defaults for the Supra
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny9 committed Feb 10, 2024
1 parent 67b6de0 commit ce1d4e2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,25 @@ Starting with v2.0.0, the ESP-Miner firmware requires some basic manufacturing d

The following are recommendations but it is necessary that you do have all values in your `config.cvs`file to flash properly.

- recommended values for the Bitaxe 1368 (supra)

```
key,type,encoding,value
main,namespace,,
asicfrequency,data,u16,490
asicvoltage,data,u16,1200
asicmodel,data,string,BM1368
devicemodel,data,string,supra
boardversion,data,string,4.0
```

- recommended values for the Bitaxe 1366 (ultra)

```
key,type,encoding,value
main,namespace,,
asicfrequency,data,u16,485
asicvoltage,data,u16,1320
asicvoltage,data,u16,1200
asicmodel,data,string,BM1366
devicemodel,data,string,ultra
boardversion,data,string,0.11
Expand Down

0 comments on commit ce1d4e2

Please sign in to comment.