So far:
It looks like the INDI SX filter wheel won't take advantage of forwards and backwards movements. It will always turn clockwise even if the filter is directly behind the one we need:
The problem:
The Fix:
In the Camera driver, get build number doesn't work properly. The camera returns a two byte build number
line ~ 355
The problem:
The fix:
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
If there's a newer one I couldn't find it.
It looks like the INDI SX filter wheel won't take advantage of forwards and backwards movements. It will always turn clockwise even if the filter is directly behind the one we need:
The problem:
The Fix:
In the Camera driver, get build number doesn't work properly. The camera returns a two byte build number
line ~ 355
The problem:
The fix:
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
If there's a newer one I couldn't find it.