Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit d9b8c0e

Browse files
committed
Temporarly disable QHY driver for 0.7 release
1 parent ec0ccb6 commit d9b8c0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- bugfix: better error management
1919
- bugfix: add missing information to TXT recording information
2020
- bugfix: fix disconnection/closing crashes with ZWO cameras
21-
- fixed QHYCCD SDK compilation
21+
- Temporarly disable QHY driver, until we get a stabler SDK
2222
- ui fixes
2323
- updated ASI SDK version (Linux/OSX: v0.6.0328, Windows: 1.13.0.10)
2424

src/drivers/qhy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ endif()
6161
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
6262
install(FILES ${QHY_LIBRARY} DESTINATION .)
6363
endif()
64-
add_driver(NAME qhy OS Linux Windows Darwin DEFAULT_ON SRCS ${qhy_SOURCES} ${qhy_GENERATED_SOURCES} LINK ${QHY_LIBRARY} ${QHY_EXTRA_LIBRARIES})
64+
add_driver(NAME qhy OS Linux Windows Darwin SRCS ${qhy_SOURCES} ${qhy_GENERATED_SOURCES} LINK ${QHY_LIBRARY} ${QHY_EXTRA_LIBRARIES})

0 commit comments

Comments
 (0)