From 0495f5b1a378f2a4a790827443b76786a6d8487d Mon Sep 17 00:00:00 2001 From: WantClue <86001033+WantClue@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:34:31 +0100 Subject: [PATCH] Reenable self test, add 201/3, update CI (#553) * add 201/3 * reenable self test * update CI to 201,203 * update recovery CI 201,203 --- .github/workflows/release-factory.yml | 2 +- .github/workflows/release-recovery-beta.yml | 2 +- config-102.cvs | 2 +- config-201.cvs | 24 +++++++++++++++++++++ config-202.cvs | 2 +- config-203.cvs | 24 +++++++++++++++++++++ config-204.cvs | 2 +- config-205.cvs | 2 +- config-401.cvs | 2 +- config-402.cvs | 2 +- config-403.cvs | 2 +- config-601.cvs | 2 +- 12 files changed, 58 insertions(+), 10 deletions(-) create mode 100644 config-201.cvs create mode 100644 config-203.cvs diff --git a/.github/workflows/release-factory.yml b/.github/workflows/release-factory.yml index 6383bb95a..5b6f68d7c 100644 --- a/.github/workflows/release-factory.yml +++ b/.github/workflows/release-factory.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - build_type: ["102", "202", "204", "205", "401", "402", "403", "601"] + build_type: ["102", "201", "202", "203", "204", "205", "401", "402", "403", "601"] steps: - name: Checkout repo uses: actions/checkout@v4 diff --git a/.github/workflows/release-recovery-beta.yml b/.github/workflows/release-recovery-beta.yml index 198e7c995..9ade5628a 100644 --- a/.github/workflows/release-recovery-beta.yml +++ b/.github/workflows/release-recovery-beta.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - build_type: ["102", "202", "204", "205", "401", "402", "403", "601"] + build_type: ["102", "201", "202", "203", "204", "205", "401", "402", "403", "601"] steps: - name: Checkout repo uses: actions/checkout@v4 diff --git a/config-102.cvs b/config-102.cvs index 61219519c..751149a0c 100644 --- a/config-102.cvs +++ b/config-102.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-201.cvs b/config-201.cvs new file mode 100644 index 000000000..ad546baff --- /dev/null +++ b/config-201.cvs @@ -0,0 +1,24 @@ +key,type,encoding,value +main,namespace,, +hostname,data,string,bitaxe +wifissid,data,string,myssid +wifipass,data,string,password +stratumurl,data,string,public-pool.io +stratumport,data,u16,21496 +stratumuser,data,string,bc1qnp980s5fpp8l94p5cvttmtdqy8rvrq74qly2yrfmzkdsntqzlc5qkc4rkq.bitaxe +stratumpass,data,string,x +fbstratumurl,data,string,solo.ckpool.org +fbstratumport,data,u16,3333 +fbstratumuser,data,string,bc1qnp980s5fpp8l94p5cvttmtdqy8rvrq74qly2yrfmzkdsntqzlc5qkc4rkq.bitaxe +fbstratumpass,data,string,x +asicfrequency,data,u16,485 +asicvoltage,data,u16,1200 +asicmodel,data,string,BM1366 +devicemodel,data,string,ultra +boardversion,data,string,201 +flipscreen,data,u16,1 +invertfanpol,data,u16,1 +autofanspeed,data,u16,1 +fanspeed,data,u16,100 +selftest,data,u16,1 +overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-202.cvs b/config-202.cvs index ab5e9184d..f9bbd79bc 100644 --- a/config-202.cvs +++ b/config-202.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-203.cvs b/config-203.cvs new file mode 100644 index 000000000..1b4d3aff6 --- /dev/null +++ b/config-203.cvs @@ -0,0 +1,24 @@ +key,type,encoding,value +main,namespace,, +hostname,data,string,bitaxe +wifissid,data,string,myssid +wifipass,data,string,password +stratumurl,data,string,public-pool.io +stratumport,data,u16,21496 +stratumuser,data,string,bc1qnp980s5fpp8l94p5cvttmtdqy8rvrq74qly2yrfmzkdsntqzlc5qkc4rkq.bitaxe +stratumpass,data,string,x +fbstratumurl,data,string,solo.ckpool.org +fbstratumport,data,u16,3333 +fbstratumuser,data,string,bc1qnp980s5fpp8l94p5cvttmtdqy8rvrq74qly2yrfmzkdsntqzlc5qkc4rkq.bitaxe +fbstratumpass,data,string,x +asicfrequency,data,u16,485 +asicvoltage,data,u16,1200 +asicmodel,data,string,BM1366 +devicemodel,data,string,ultra +boardversion,data,string,203 +flipscreen,data,u16,1 +invertfanpol,data,u16,1 +autofanspeed,data,u16,1 +fanspeed,data,u16,100 +selftest,data,u16,1 +overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-204.cvs b/config-204.cvs index c2a676c50..a23d23448 100644 --- a/config-204.cvs +++ b/config-204.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-205.cvs b/config-205.cvs index ea352271c..99896e888 100644 --- a/config-205.cvs +++ b/config-205.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-401.cvs b/config-401.cvs index 5a45647bc..c8a5b7c3e 100644 --- a/config-401.cvs +++ b/config-401.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-402.cvs b/config-402.cvs index 5f8af9190..ddb00bf2c 100644 --- a/config-402.cvs +++ b/config-402.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-403.cvs b/config-403.cvs index 23f736257..f119e0865 100644 --- a/config-403.cvs +++ b/config-403.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file diff --git a/config-601.cvs b/config-601.cvs index d457d923f..7214bb834 100644 --- a/config-601.cvs +++ b/config-601.cvs @@ -20,5 +20,5 @@ flipscreen,data,u16,1 invertfanpol,data,u16,1 autofanspeed,data,u16,1 fanspeed,data,u16,100 -selftest,data,u16,0 +selftest,data,u16,1 overheat_mode,data,u16,0 \ No newline at end of file