|S (silence) up to 30 seconds

This commit is contained in:
Fabian Kurz 2019-11-30 19:15:33 +01:00
parent 5b4dd97daa
commit 88e9128b15
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ void command (char * cmd, CWP *cw) {
cw->snr = i;
break;
case 'S':
if (i >= 1 && i <= 10000) {
if (i >= 1 && i <= 30000) {
add_silence(i, cw);
}
break;