Decrease sweep speed

This commit is contained in:
Jan Hamal Dvořák 2024-02-23 11:19:39 +01:00
parent e92587b522
commit 69beaab8e6

View file

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