Update README

This commit is contained in:
Martin Lund 2024-05-03 15:32:25 +02:00
parent 13f3bedb2f
commit 50253a6a77
2 changed files with 3 additions and 3 deletions

View file

@ -389,7 +389,7 @@ TTY device to connect to and other options.
Example configuration file: Example configuration file:
``` ```
# Defaults [default]
baudrate = 115200 baudrate = 115200
databits = 8 databits = 8
parity = none parity = none

View file

@ -9,7 +9,7 @@
# $HOME/.config/tio/config # $HOME/.config/tio/config
# $HOME/.tioconfig # $HOME/.tioconfig
# Defaults [default]
baudrate = 115200 baudrate = 115200
databits = 8 databits = 8
flow = none flow = none
@ -69,5 +69,5 @@ color = 13
[esp32] [esp32]
device = /dev/ttyUSB0 device = /dev/ttyUSB0
color = 14 color = 14
script = high(DTR); low(RTS); msleep(100); low(DTR); high(RTS); msleep(100); low(RTS) script = set{DTR=high,RTS=low}; msleep(100); set{DTR=low,RTS=high}; msleep(100); set{RTS=low}
script-run = always script-run = always