Changed CW mode to m

pull/107/head
alanbjohnston 5 years ago committed by GitHub
parent 61f43a2757
commit 7403fb49fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,7 +178,7 @@ int main(int argc, char * argv[]) {
} else if ( * argv[1] == 'a') { } else if ( * argv[1] == 'a') {
mode = AFSK; mode = AFSK;
printf("Mode AFSK\n"); printf("Mode AFSK\n");
} else if ( * argv[1] == 'c') { } else if ( * argv[1] == 'm') {
mode = CW; mode = CW;
printf("Mode CW\n"); printf("Mode CW\n");
} else { } else {
@ -216,7 +216,7 @@ int main(int argc, char * argv[]) {
} else if ( mode_string == 's') { } else if ( mode_string == 's') {
mode = SSTV; mode = SSTV;
printf("Mode is SSTV\n"); printf("Mode is SSTV\n");
} else if ( mode_string == 'c') { } else if ( mode_string == 'm') {
mode = CW; mode = CW;
printf("Mode is CW\n"); printf("Mode is CW\n");
} else { } else {

Loading…
Cancel
Save

Powered by TurnKey Linux.