mirror of
https://github.com/rainloreley/artnet-usbdmx-converter.git
synced 2024-11-24 19:03:03 +01:00
fixed json formatting
This commit is contained in:
parent
a6e1dedc41
commit
5df38d6d0e
|
@ -72,7 +72,7 @@ as a command line argument. Replace `<path> ` with the absolute path to the file
|
|||
## Full config
|
||||
|
||||
You can omit any options that you don't want to change, the program will use the default options instead (except for `"interface"`).
|
||||
```json lines
|
||||
```javascript
|
||||
{
|
||||
"interface": {}, // see below
|
||||
"dmxnet": { // config for ArtNet transceiver
|
||||
|
@ -112,7 +112,7 @@ $ ./artnet-usbdmx-converter outputconfig
|
|||
Select the interface and mode to use and copy the output to `"interface"` the configuration file.
|
||||
|
||||
Example:
|
||||
```json lines
|
||||
```javascript
|
||||
{
|
||||
"interface": {
|
||||
"serial": "0000000010000492",
|
||||
|
|
Loading…
Reference in New Issue
Block a user