Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Astromech focuser #2134

Merged
merged 6 commits into from
Oct 19, 2024
Merged

Conversation

naheedsa
Copy link
Contributor

@naheedsa naheedsa commented Oct 8, 2024

No description provided.

@naheedsa
Copy link
Contributor Author

naheedsa commented Oct 8, 2024

@knro , defined inside .cpp file

/* Define Driver version */
#define INDI_ASTROMECHFOC_VERSION_MAJOR 0
#define INDI_ASTROMECHFOC_VERSION_MINOR 2

@knro
Copy link
Contributor

knro commented Oct 8, 2024

We don't need that. Just set it directly in the constructor i.e.

setVersion(0, 2);

@naheedsa
Copy link
Contributor Author

naheedsa commented Oct 8, 2024

We don't need that. Just set it directly in the constructor i.e.

setVersion(0, 2);

Done

@knro knro merged commit d4c96d8 into indilib:master Oct 19, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants