Skip to content

Commit

Permalink
Add Terrans PowerBoxPro V2
Browse files Browse the repository at this point in the history
  • Loading branch information
iTerrans committed Jul 4, 2024
1 parent a267430 commit 8eb7f58
Show file tree
Hide file tree
Showing 4 changed files with 2,071 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,10 @@
<driver name="DragonLIGHT">indi_dragon_light</driver>
<version>1.0</version>
</device>
<device label="Terrans PowerBoxPro V2" manufacturer="Terrans Industry">
<driver name="Terrans PowerBoxPro V2">indi_terrans_powerboxpro_v2</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()
# ########## Terrans PowerBoxPro V2 ###############
SET(terranspowerboxprov2_SRC
Terrans_PowerBoxPro_V2.cpp)

add_executable(indi_terrans_powerboxpro_v2 ${terranspowerboxprov2_SRC})
target_link_libraries(indi_terrans_powerboxpro_v2 indidriver)
install(TARGETS indi_terrans_powerboxpro_v2 RUNTIME DESTINATION bin)

# ########## WandererCover V4-EC###############
SET(indi_wanderercover_v4_ec_SRC
wanderer_cover_v4_ec.cpp)
Expand Down
Loading

0 comments on commit 8eb7f58

Please sign in to comment.