Skip to content

Commit

Permalink
PBE 1.7.6
Browse files Browse the repository at this point in the history
PBE 1.7.6
  • Loading branch information
IndeedMiners committed Dec 25, 2021
1 parent cf31428 commit af5988a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 33 deletions.
42 changes: 21 additions & 21 deletions PolarisBiosEditor.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions PolarisBiosEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public partial class PolarisBiosEditor : Form

/* DATA */

string version = "1.7.5";
string version = "1.7.6";
string programTitle = "PolarisBiosEditor";


Expand Down Expand Up @@ -1536,12 +1536,12 @@ private void button1_Click(object sender, EventArgs e)
{
if (MessageBox.Show("Do you want faster timing?", "Important Question", MessageBoxButtons.YesNo) == DialogResult.Yes)
{
int num = (int)MessageBox.Show("Samsung Memory found at index #" + (object)samsung_index + ", now applying faster timings to 1750+ strap(s)");
int num = (int)MessageBox.Show("Samsung Memory found at index #" + (object)samsung_2_index + ", now applying faster timings to 1750+ strap(s)");
this.apply_timings1(samsung_2_index, 10);
}
else
{
int num = (int)MessageBox.Show("Samsung Memory found at index #" + (object)samsung_index + ", now applying slower timings to 1750+ strap(s)");
int num = (int)MessageBox.Show("Samsung Memory found at index #" + (object)samsung_2_index + ", now applying slower timings to 1750+ strap(s)");
this.apply_timings1(samsung_2_index, 11);
}
}
Expand Down Expand Up @@ -1616,12 +1616,12 @@ private void button1_Click(object sender, EventArgs e)
}
}

if (samsung_index == -1 && samsung_2_index == -1 && hynix_2_index == -1 && hynix_3_index == -1 && hynix_1_index == -1 && elpida_index == -1 && micron_index == -1)
if (samsung_index == -1 && samsung_2_index == -1 && hynix_2_index == -1 && hynix_3_index == -1 && hynix_1_index == -1 && hynix_4_index == -1 && elpida_index == -1 && micron_index == -1)
{
MessageBox.Show("Sorry, no supported memory found. If you think this is an error, please file a bugreport @ https://github.com/IndeedMiners/PolarisBiosEditor/issues");
}
this.tablePOWERPLAY.Items[1].SubItems[1].Text = "2300";
if (MessageBox.Show("Buy Pro version at https://mining-bios.eu/", "PBE 3 PRO", MessageBoxButtons.YesNo, MessageBoxIcon.Asterisk) == DialogResult.Yes)
if (MessageBox.Show("Bios is ready for flash\nSupport developer and buy Pro version on https://mining-bios.eu/", "PBE 3 PRO", MessageBoxButtons.YesNo, MessageBoxIcon.Asterisk) == DialogResult.Yes)
{
System.Diagnostics.Process.Start("https://bit.ly/mining-bios-eu");
}
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.5.0")]
[assembly: AssemblyFileVersion("1.7.5.0")]
[assembly: AssemblyVersion("1.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: NeutralResourcesLanguage("en")]

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PolarisBiosEditor v1.7.5
# PolarisBiosEditor v1.7.4

## Buy mining bios with performance timings! https://mining-bios.eu/
**Polaris Bios Editor 3 PRO https://mining-bios.eu/product/polaris-bios-editor-3-pro-pbe-3-pro-performance-timings/**
Expand All @@ -22,9 +22,6 @@ works on linux with mono, executable is build against .net 3.5
one click timing feature should be used with care, it maybe not stable for you

please build the executable yourself or decompile the existing one if you don't trust
### v1.7.5
- Added UberMix 3.3
- Few small changes in code
### v1.7.4
- Fixed bug no supported memory found (K4G80325FC)
- Old version bump in properties
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.5
1.7.6

0 comments on commit af5988a

Please sign in to comment.