add serial config FSK

pull/202/head
alanbjohnston 3 years ago committed by GitHub
parent 4f7e20d436
commit 5a33d279cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3905,7 +3905,8 @@ void serial_input() {
case 'f': case 'f':
case 'F': case 'F':
Serial.println("FSK/DUV mode not supported"); Serial.println("Change to FSK mode");
new_mode = FSK;
break; break;
case 'b': case 'b':

Loading…
Cancel
Save

Powered by TurnKey Linux.