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

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