summaryrefslogtreecommitdiff
path: root/src/nanolight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nanolight.c')
-rw-r--r--src/nanolight.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nanolight.c b/src/nanolight.c
index cf6114c..45527fd 100644
--- a/src/nanolight.c
+++ b/src/nanolight.c
@@ -132,9 +132,10 @@ int main(int argc, char *argv[])
/* Set up data structures */
cls.name = "Robe Robin DL7S Profile Mode 1";
- cls.attributes = INTENSITY | COL_CMY | PANTILT | FOCUS | ZOOM
+ cls.properties = COL_CMY;
+ cls.attributes = INTENSITY | COLOUR | PANTILT | FOCUS | ZOOM
| FROST | IRIS;
- cls.attributes16 = INTENSITY | COL_CMY | PANTILT | FOCUS | ZOOM
+ cls.attributes16 = INTENSITY | COLOUR | PANTILT | FOCUS | ZOOM
| FROST | IRIS;
cls.intensity_offset = 49;