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

Fix spelling #841

Merged
merged 26 commits into from
Sep 26, 2023
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4d29c15
Oasis Focuser INDI driver initial version
astroasis May 5, 2023
766064f
Find Astroasis libraries
astroasis May 6, 2023
2e41da8
Initial version for Oasis Focuser INDI driver
astroasis May 7, 2023
7a2ab41
Initial version for Oasis Focuser INDI driver
astroasis May 7, 2023
262dc19
Oasis Focuser SDK header file
astroasis May 8, 2023
030560b
Added Astroasis driver
astroasis May 8, 2023
1090e96
Added readme and installation files
astroasis May 9, 2023
9493f49
Use version info from CMakeLists.txt
astroasis May 9, 2023
794ac20
Updated sdk version to 1.0.5
astroasis May 9, 2023
c22029c
Added spec file
astroasis May 9, 2023
4b3006a
Updated for coding style
astroasis May 9, 2023
1c6d1a3
Oasis focuser sdk lib file for armhf
astroasis May 9, 2023
11fc309
Oasis focuser sdk lib file for armhf
astroasis May 9, 2023
2b1cd33
Implemented ambient temeperature and backlash compensation direction …
astroasis May 9, 2023
d6d737c
Oasis focuser sdk lib file for x64
astroasis May 9, 2023
8bbc1ba
Disable build for x86
astroasis May 9, 2023
70bfaab
Merge branch 'master' of https://github.com/astroasis/indi-3rdparty
astroasis May 9, 2023
9e4a5bf
Merge remote-tracking branch 'upstream/master'
astroasis May 9, 2023
d2425a3
Merge remote-tracking branch 'upstream/master'
astroasis May 25, 2023
d19ea06
Fix incorrect Vender ID for Astroasis USB devices
astroasis May 25, 2023
40b0e31
Merge remote-tracking branch 'upstream/master'
astroasis May 26, 2023
368a74b
Fixed incorrect max position value
astroasis May 26, 2023
9f7c998
Merge remote-tracking branch 'upstream/master'
astroasis Jun 29, 2023
d7ea07f
Added libastroasis for building indi-astroasis on Fedora COPR
astroasis Jun 29, 2023
6e72360
Merge remote-tracking branch 'upstream/master'
astroasis Sep 25, 2023
3ad9cf8
Fix spelling
astroasis Sep 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion indi-astroasis/indi_astroasis.xml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<driversList>
<devGroup group="Focusers">
<device label="Oasis Focuser" manufacturer="Astroasis">
<driver name="Oasis Focusr">indi_oasis_focuser</driver>
<driver name="Oasis Focuser">indi_oasis_focuser</driver>
<version>@ASTROASIS_VERSION_MAJOR@.@ASTROASIS_VERSION_MINOR@</version>
</device>
</devGroup>
Expand Down
Loading