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 73f3940 commit 6db03ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 875 deletions.
4 changes: 0 additions & 4 deletions drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -753,10 +753,6 @@
<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
9 changes: 0 additions & 9 deletions drivers/auxiliary/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
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
wandererbox_pro_v3.cpp)
Expand Down
Loading

0 comments on commit 6db03ab

Please sign in to comment.