For every 1 character sent, wait 0.01 milliseconds

This commit is contained in:
Lup Yuen Lee 2024-06-20 23:36:47 +08:00
parent 331e2807ea
commit f65ceafb00

View file

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