Skip to content

Commit

Permalink
Small textual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aroffringa committed Aug 21, 2023
1 parent df34ff2 commit 0ea9bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion plugins/usbdmx/EuroliteProFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "plugins/usbdmx/EuroliteProFactory.h"

#include <algorithm>
#include <vector>

#include "libs/usb/LibUsbAdaptor.h"
Expand Down
7 changes: 4 additions & 3 deletions plugins/usbdmx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@ Default = `false`. This device is indistinguishable from other devices
with an FTDI chip, and is therefore disabled by default. When enabled,
this plugin will conflict with the usbserial, StageProfi and FTDI USB DMX
plugins. If this is undesirable, the `eurolite_mk2_serial` key can be
used instead, which manually couples a usb device as Eurolite USB-DMX512
used instead, which manually associates a usb device as Eurolite USB-DMX512
PRO MK2.

`eurolite_mk2_serial = <serial>`
Claim the usb device with the given serial number as a Eurolite USB-DMX512
PRO MK2 even when `enable_eurolite_mk2 = false`. This makes it possible
to use the Eurolite USB-DMX512 PRO MK2 together with other devices that
can not be distinguished otherwise. This key has no effect when
`enable_eurolite_mk2 = true`. It may be specified multiple times to
use multiple Eurolite USB-DMX512 PRO MK2 devices.
`enable_eurolite_mk2 = true` or no device is connected with the given
serial. The key may be specified multiple times to use multiple Eurolite
USB-DMX512 PRO MK2 devices.

`nodle-<serial>-mode = {0,1,2,3,4,5,6,7}`
The mode for the Nodle U1 interface with serial number `<serial>` to operate
Expand Down

0 comments on commit 0ea9bce

Please sign in to comment.