Skip to content

Commit

Permalink
Minor updates for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlecomte committed Jan 21, 2024
1 parent 262a18e commit d76dd27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ASCOM_Driver/FocuserDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ public class Focuser : IFocuserV3
internal static string traceStateProfileName = "Trace Level";
internal static string traceStateDefault = "false";

// 4000 works for the standard configuration of this project
// 4600 works for the standard configuration of this project
// (ZWO OAG, gearing, etc.) The exact value also depends where you set
// the zero position... That is why it is made to be configurable!
internal static string maxPositionProfileName = "Maximum Position";
internal static string maxPositionDefault = "4000";
internal static string maxPositionDefault = "4600";

// True if using a pinion gear, i.e. the rotation of the focuser is opposite
// that of the stepper motor arm. False if using a timing belt...
internal static string reverseRotationProfileName = "Reverse Rotation";
internal static string reverseRotationDefault = "true";
internal static string reverseRotationDefault = "false";

// Variables to hold the current device configuration
internal static bool autoDetectComPort = Convert.ToBoolean(autoDetectComPortDefault);
Expand Down
2 changes: 0 additions & 2 deletions ASCOM_Driver/FocuserSetupDialogForm.designer.cs

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

2 changes: 1 addition & 1 deletion Installer/Inno Setup Script.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppPublisher "Dark Sky Geek"
#define MyAppName "OAG Focuser ASCOM Driver"
#define MyAppVersion "1.0.5"
#define MyAppVersion "1.1.0"
#define MyAppURL "https://github.com/jlecomte/ascom-oag-focuser"

[Setup]
Expand Down

0 comments on commit d76dd27

Please sign in to comment.