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

@ -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