Skip to content

Commit 2d5ff8f

Browse files
committed
v4.8.6 - removed wifi FET- warning
1 parent 1c8a1ae commit 2d5ff8f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Software/C#/freETarget Setup/freETarget Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2528,15 +2528,15 @@
25282528
{
25292529
"Name" = "8:Microsoft Visual Studio"
25302530
"ProductName" = "8:freETarget"
2531-
"ProductCode" = "8:{AD611900-B550-4C27-8244-CCCBE1C94812}"
2532-
"PackageCode" = "8:{E3A6D91C-54E2-4BEA-A658-44F29958A6BB}"
2531+
"ProductCode" = "8:{178FBC13-7667-401A-8DF6-45CAD3E4F7B3}"
2532+
"PackageCode" = "8:{B50FE658-BA83-464D-98F6-AAAD8D22D20E}"
25332533
"UpgradeCode" = "8:{E11572A0-0587-4903-AE84-9016332FEE88}"
25342534
"AspNetVersion" = "8:4.0.30319.0"
25352535
"RestartWWWService" = "11:FALSE"
25362536
"RemovePreviousVersions" = "11:TRUE"
25372537
"DetectNewerInstalledVersion" = "11:TRUE"
25382538
"InstallAllUsers" = "11:FALSE"
2539-
"ProductVersion" = "8:4.8.5"
2539+
"ProductVersion" = "8:4.8.6"
25402540
"Manufacturer" = "8:Azmodan"
25412541
"ARPHELPTELEPHONE" = "8:"
25422542
"ARPHELPLINK" = "8:https://free-e-target.com/"

Software/C#/freETarget/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("4.8.5.0")]
36-
[assembly: AssemblyFileVersion("4.8.5.0")]
35+
[assembly: AssemblyVersion("4.8.6.0")]
36+
[assembly: AssemblyFileVersion("4.8.6.0")]

Software/C#/freETarget/frmMainWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ private void btnConnect_Click(object sender, EventArgs e) {
467467
((comms.TcpOpenParams)para).port = Settings.Default.TcpPort;
468468
String ssid = getWifiSSID();
469469
if (!ssid.StartsWith(FET_SSID_PREFIX)) {
470-
MessageBox.Show("Current Wi-Fi network(" + ssid + ") is not a freETarget SSID. It should start with 'FET-'", "Wrong WiFi", MessageBoxButtons.OK, MessageBoxIcon.Warning);
470+
log("Current Wi-Fi network(" + ssid + ") is not a freETarget SSID.");
471471
}
472472

473473
}

0 commit comments

Comments
 (0)