Hi,
We have a report of a user that cannot use is Temma mount with PHD2, it is not listed in the available device list.
Looking at temmadriver.cpp I see it define the guider properties but it not add GUIDER_INTERFACE to the DriverInterface, so it report only TELESCOPE_INTERFACE to PHD2.
The fix is probably just to add setDriverInterface(getDriverInterface() | GUIDER_INTERFACE); in TemmaMount::initProperties() but I don't know this mount more precisely so I prefer to ask here instead of making a PR.
Patrick
We have a report of a user that cannot use is Temma mount with PHD2, it is not listed in the available device list.
Looking at temmadriver.cpp I see it define the guider properties but it not add GUIDER_INTERFACE to the DriverInterface, so it report only TELESCOPE_INTERFACE to PHD2.
The fix is probably just to add setDriverInterface(getDriverInterface() | GUIDER_INTERFACE); in TemmaMount::initProperties() but I don't know this mount more precisely so I prefer to ask here instead of making a PR.
Patrick