aboutsummaryrefslogtreecommitdiff
path: root/examples/esp32c3
diff options
context:
space:
mode:
Diffstat (limited to 'examples/esp32c3')
-rwxr-xr-xexamples/esp32c3/runner.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/esp32c3/runner.sh b/examples/esp32c3/runner.sh
index 1db2111..05cc6c8 100755
--- a/examples/esp32c3/runner.sh
+++ b/examples/esp32c3/runner.sh
@@ -20,6 +20,8 @@ esptool.py image_info --version 2 "$outputfilename" 1>&2
# Run in QEMU
$qemuexec -nographic -monitor tcp:127.0.0.1:55555,server,nowait -icount 3 -machine esp32c3 -drive file="$outputfilename",if=mtd,format=raw -serial file:"$logfile" > qemuoutput.log 2>&1 &
+qemupid=$!
+
# Let it run
sleep 3s