Skip to content

Commit 608d5fa

Browse files
committed
QHY SDK v25.06.03
1 parent 55893e7 commit 608d5fa

8 files changed

Lines changed: 11 additions & 2 deletions

File tree

debian/libqhy/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libqhy (25.6.3) bullseye; urgency=medium
2+
3+
* Upstream release.
4+
5+
-- Jasem Mutlaq <mutlaqja@ikarustech.com> Tue, 3 Jun 2025 14:00:00 +0300
6+
17
libqhy (25.4.2) bullseye; urgency=medium
28

39
* Upstream release.

libqhy/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
cmake_minimum_required(VERSION 3.16)
22
project (libqhy)
33

4-
# QHY SDK 25.04.02
5-
set (LIBQHY_VERSION "25.04.02")
4+
# QHY SDK 25.06.03
5+
set (LIBQHY_VERSION "25.06.03")
66
set (LIBQHY_SOVERSION "20")
77

88
option(INDI_INSTALL_UDEV_RULES "Install UDEV rules" On)
9+
option(INDI_INSTALL_FIRMWARE "Install Firmware" On)
910

1011
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
1112
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake_modules/")

libqhy/firmware/QHY411ERIS.img

0 Bytes
Binary file not shown.

libqhy/firmware/QHY811.img

384 Bytes
Binary file not shown.

libqhy/libqhyccd.dylib

152 Bytes
Binary file not shown.

libqhy/libqhyccd_armv8.bin

-3.9 KB
Binary file not shown.

libqhy/libqhyccd_x86_64.bin

112 Bytes
Binary file not shown.

libqhy/qhyccdcamdef.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@
474474

475475
#define DEVICETYPE_QHY600M_61M600 4159
476476

477+
#define DEVICETYPE_QHY268M_SPOTCAM 4160
478+
477479
/**
478480
* Type define for QHY5IIIEND*/
479481
#define DEVICETYPE_QHY5IIIEND 4999

0 commit comments

Comments
 (0)