Skip to content

Commit

Permalink
Driver for WandererBox Pro V3 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererAstro committed Feb 16, 2024
1 parent 78477e3 commit 73f3940
Show file tree
Hide file tree
Showing 6 changed files with 1,890 additions and 1,043 deletions.
4 changes: 4 additions & 0 deletions drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,10 @@
<driver name="WandererBox Pro V3">indi_wandererbox_pro_v3</driver>
<version>1.0</version>
</device>
<device label="WandererBox Plus V3" manufacturer="Wanderer Astro">
<driver name="WandererBox Plus V3">indi_wandererbox_plus_v3</driver>
<version>1.0</version>
</device>
</devGroup>
<devGroup group="Domes">
<device label="ScopeDome Dome" manufacturer="ScopeDome">
Expand Down
8 changes: 8 additions & 0 deletions drivers/auxiliary/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
INSTALL(FILES 99-indi_auxiliary.rules DESTINATION ${UDEVRULES_INSTALL_DIR})
ENDIF()
# ########## Wanderer Box Plus V3 ###############
SET(indi_wandererbox_plus_v3_SRC
wandererbox_plus_v3.cpp)

add_executable(indi_wandererbox_plus_v3 ${indi_wandererbox_plus_v3_SRC})
target_link_libraries(indi_wandererbox_plus_v3 indidriver)
install(TARGETS indi_wandererbox_plus_v3 RUNTIME DESTINATION bin)


# ########## Wanderer Box Pro V3 ###############
SET(indi_wandererbox_pro_v3_SRC
Expand Down
Loading

0 comments on commit 73f3940

Please sign in to comment.