Update doc

This commit is contained in:
Martin Lund 2024-05-03 11:57:26 +02:00
parent adafa00b87
commit 5ec33f5d4d
3 changed files with 3 additions and 3 deletions

View file

@ -411,7 +411,7 @@ script = set{DTR=high,RTS=low}; msleep(100); set{DTR=low,RTS=high}; msleep(100);
script-run = once script-run = once
color = 13 color = 13
[usb devices] [usb-devices]
pattern = ^usb([0-9]*) pattern = ^usb([0-9]*)
device = /dev/ttyUSB%m1 device = /dev/ttyUSB%m1
color = 14 color = 14

View file

@ -55,7 +55,7 @@ log-file = tincan.log
log-strip = true log-strip = true
color = 11 color = 11
[usb] [usb-devices]
pattern = ^usb([0-9]*) pattern = ^usb([0-9]*)
device = /dev/ttyUSB%m1 device = /dev/ttyUSB%m1
color = 12 color = 12

View file

@ -622,7 +622,7 @@ regular expressions:
.RS .RS
.nf .nf
.eo .eo
[usb device] [usb-devices]
pattern = ^usb([0-9]*) pattern = ^usb([0-9]*)
device = /dev/ttyUSB%m1 device = /dev/ttyUSB%m1
baudrate = 115200 baudrate = 115200