From f65ceafb004adde0ac5de190f3da29ee527d8f65 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Thu, 20 Jun 2024 23:36:47 +0800 Subject: [PATCH] For every 1 character sent, wait 0.01 milliseconds --- nuttx.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuttx.exp b/nuttx.exp index b229bde..950bb37 100755 --- a/nuttx.exp +++ b/nuttx.exp @@ -4,8 +4,8 @@ ## Wait at most 300 seconds set timeout 300 -## For every 1 character sent, wait 0.001 milliseconds -set send_slow {1 0.001} +## For every 1 character sent, wait 0.01 milliseconds +set send_slow {1 0.01} ## Start the SG2000 Emulator spawn ./temu nuttx.cfg