Skip to content

Commit

Permalink
Removed unnecessary STX adjustment since there is now an STX camera d…
Browse files Browse the repository at this point in the history
…river.
  • Loading branch information
cedric-r committed Oct 12, 2023
1 parent 861d593 commit e1a30bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions ASCOM.HomeMade.SBIGCamera.iss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[Setup]
AppID={{3a7e63ad-c913-44f0-9489-e1744c9c2991}}
AppName=ASCOM HomeMade Camera
AppVerName=ASCOM HomeMade SBig Camera Driver 1.3.1.0
AppVersion=1.3.1.0
AppVerName=ASCOM HomeMade SBig Camera Driver 1.3.1.1
AppVersion=1.3.1.1
AppPublisher=Cedric Raguenaud <cedric@raguenaud.earth>
AppPublisherURL=mailto:cedric@raguenaud.earth
AppSupportURL=https://github.com/cedric-r/ASCOM.HomeMade.SBIGCamera
AppUpdatesURL=https://github.com/cedric-r/ASCOM.HomeMade.SBIGCamera
VersionInfoVersion=1.3.1.0
VersionInfoVersion=1.3.1.1
MinVersion=0,6.1
DefaultDirName="{cf}\ASCOM\Camera\HomeMade SBIGCamera\"
DisableDirPage=yes
Expand Down
4 changes: 2 additions & 2 deletions ASCOM.HomeMade.SBIGCommon/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// by using the '*' as shown below:
//
// TODO - Set your driver's version here
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyVersion("1.3.1.1")]
[assembly: AssemblyFileVersion("1.3.1.1")]
4 changes: 0 additions & 4 deletions ASCOM.HomeMade.SBIGExternalCamera/Driver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ public Camera() : base()
debug.LogMessage("Camera", "Completed initialisation");
}

protected override void AdjustSettings()
{
}

public new string Description
{
// TODO customise this device description
Expand Down
4 changes: 0 additions & 4 deletions ASCOM.HomeMade.SBIGGuidingCamera/Driver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ public Camera() : base()
debug.LogMessage("Camera", "Completed initialisation");
}

protected override void AdjustSettings()
{
}

public new string Description
{
// TODO customise this device description
Expand Down
Binary file modified HomeMade SBIG Camera Setup.exe
Binary file not shown.

0 comments on commit e1a30bc

Please sign in to comment.