mirror of
https://github.com/lupyuen/nuttx-sg2000.git
synced 2025-01-12 20:58:29 +08:00
For every 1 character sent, wait 0.01 milliseconds
This commit is contained in:
parent
331e2807ea
commit
f65ceafb00
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
## Wait at most 300 seconds
|
## Wait at most 300 seconds
|
||||||
set timeout 300
|
set timeout 300
|
||||||
|
|
||||||
## For every 1 character sent, wait 0.001 milliseconds
|
## For every 1 character sent, wait 0.01 milliseconds
|
||||||
set send_slow {1 0.001}
|
set send_slow {1 0.01}
|
||||||
|
|
||||||
## Start the SG2000 Emulator
|
## Start the SG2000 Emulator
|
||||||
spawn ./temu nuttx.cfg
|
spawn ./temu nuttx.cfg
|
||||||
|
|
Loading…
Reference in a new issue