pdate README

This commit is contained in:
Martin Lund 2024-04-13 15:44:09 +02:00
parent 51300cc4f0
commit c5dac4fd33

View file

@ -250,7 +250,7 @@ In addition to the Lua API tio makes the following functions available:
Sleep for seconds.
msleep(ms)
Sleep for miliseconds.
Sleep for milliseconds.
config_high(line)
Set tty line state configuration to high.
@ -299,6 +299,11 @@ no-autoconnect = enable
log = enable
log-file = rpi3.log
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
[esp32]