added CW mode change in serial input

pull/180/head
alanbjohnston 4 years ago committed by GitHub
parent 2aa19f5104
commit 4a94d0b83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3689,6 +3689,7 @@ void serial_input() {
case 'm':
case 'M':
Serial.println("Change to CW mode");
new_mode = CW;
break;
case 'f':

Loading…
Cancel
Save

Powered by TurnKey Linux.