~mutlaqja/libindi/+git/trunk:master

Last commit made on 2024-09-14
Get this branch:
git clone -b master https://git.launchpad.net/~mutlaqja/libindi/+git/trunk

Branch merges

Branch information

Name:
master
Repository:
lp:~mutlaqja/libindi/+git/trunk

Recent commits

ba7ca67... by Jasem Mutlaq

Fix gphoto migration

28be790... by Jasem Mutlaq

Fix compile errors due to migration to new INDI properties

fa35d75... by naheedsa <email address hidden>

Update INDI CCD Properties (#972)

* Update INDI CCD Properties

* Update qsi_ccd.cpp

dafbbdf... by mcgillca <email address hidden>

Added Debian files packages files and minor updates to catch when PWM is zero. (#971)

* Initial Version of AStarBox

Initial version of AStarBox as a 3rd-party driver.

* New version of AStarBox.cpp

New version detects if there is a problem or not with the I2C connection.

Also, changed the names to be consistent with Rodolphe's files. (AStarBox vs CAStarBox), and changed astarbox to indi-astarbox.

* Update README

Update to improve format.

* Update README.md

Again change format.

* Another update

Formatting again

* And again

Another format change.

* Hopefully final update of README

I hope I have this right now!

* Readme

Getting name right in Readme

* Refactor of AStarBox.cpp

Called openAllPorts into connect so can use results to indicate whether connection successful or not.

Moved getPortPWM for ports 5 and 6 into connect too - when in openAllPports m_bLinked was false at that point so no values collected.

Now called after m_bLlinked is true so that values are collected.

* Merged Rodolphe's updates and mine

Merged Rodolphe's updates and mine.

m_bPortsOpen is tested before opening all ports, but getting PWM5 and 6 is now in connect.

* Tidied up port numbers

Replaced 5 and 6 by their ENUMS instead for consistency.

* Changed logic when PWM percent is zero

Previously, setting PWM to zero turned the port off. However, this prevented the status from being read so that if changed elsewhere, it would not be picked up.

Now, the ports are left on though with power of zero (same as turned off from a physical perspective).

Also, tidied up the return codes from setPortPWMDutyCyclePercent since this returns an integer rather than a bool,

* First Pass Debian Package

First pass debian package. Copied from indi-asi-power.

* Updated rules file

Changed to refer to indi-astarbox, rather than indi-air-power.

* Updated changelog

Updated channgelog - changed time from +100 to +0100 to put it in the correct format.

0886679... by Jasem Mutlaq

Only link with rt on Linux and on arm

e950e9f... by Radek

Adding missing find_package for libusb (#970)

76e8125... by Jasem Mutlaq

Fix missing &

b0279eb... by Marco-gulino

Add support for CQ350 Pro (#968)

Related to https://github.com/indilib/indi/issues/1162

I just got the CQ350, which is basically a (relatively) lightweight version of the EQ8.

I added the right mount code (0x25) so it can be recognised, plus I added the mountcode support for the autohome function.

Tested locally of course.

5a1f2cf... by Jasem Mutlaq

Fix typo

72902f3... by Radek

Fix timestamp in indi-svbony debian changelog (#969)

* Fix timestamp in indi-svbony debian changelog

* Fix timestamp in indi-svbony debian changelog