Update pattern matching example

This commit is contained in:
Martin Lund 2024-05-02 20:41:46 +02:00
parent 15ba034ce5
commit 22b4f451ea
3 changed files with 5 additions and 5 deletions

View file

@ -56,8 +56,8 @@ log-strip = true
color = 11
[usb]
pattern = usb([0-9]*)
device = /dev/ttyUSB%s
pattern = ^usb([0-9]*)
device = /dev/ttyUSB%m1
color = 12
[rs-485-device]