mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
pdate README
This commit is contained in:
parent
51300cc4f0
commit
c5dac4fd33
1 changed files with 6 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ In addition to the Lua API tio makes the following functions available:
|
||||||
Sleep for seconds.
|
Sleep for seconds.
|
||||||
|
|
||||||
msleep(ms)
|
msleep(ms)
|
||||||
Sleep for miliseconds.
|
Sleep for milliseconds.
|
||||||
|
|
||||||
config_high(line)
|
config_high(line)
|
||||||
Set tty line state configuration to high.
|
Set tty line state configuration to high.
|
||||||
|
|
@ -299,6 +299,11 @@ no-autoconnect = enable
|
||||||
log = enable
|
log = enable
|
||||||
log-file = rpi3.log
|
log-file = rpi3.log
|
||||||
line-pulse-duration = DTR=200,RTS=150
|
line-pulse-duration = DTR=200,RTS=150
|
||||||
|
color = 11
|
||||||
|
|
||||||
|
[svf2]
|
||||||
|
device = /dev/ttyUSB0
|
||||||
|
script = expect("login: "); send("root\n"); expect("Password: "); send("root\n")
|
||||||
color = 12
|
color = 12
|
||||||
|
|
||||||
[esp32]
|
[esp32]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue