mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
13f3bedb2f
commit
50253a6a77
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# $HOME/.config/tio/config
|
||||
# $HOME/.tioconfig
|
||||
|
||||
# Defaults
|
||||
[default]
|
||||
baudrate = 115200
|
||||
databits = 8
|
||||
flow = none
|
||||
|
|
@ -69,5 +69,5 @@ color = 13
|
|||
[esp32]
|
||||
device = /dev/ttyUSB0
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue