From 69beaab8e66e3dea64633cc43ec7cbbbf491d0e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org>
Date: Fri, 23 Feb 2024 11:19:39 +0100
Subject: [PATCH] Decrease sweep speed

---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index f79084e..1faeb66 100644
--- a/src/main.c
+++ b/src/main.c
@@ -815,7 +815,7 @@ static void command(const char *cmd)
 		rf_tx_start(n);
 
 		for (int i = 0; i < steps; i += x) {
-			int c = getchar_timeout_us(100);
+			int c = getchar_timeout_us(10000);
 			if ('\r' == c)
 				break;