set PROMPT_OFFSET for 'O'

pico-v0.40
alanbjohnston 3 years ago committed by GitHub
parent a4500889b4
commit 0e94460b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4414,11 +4414,15 @@ void serial_input() {
break;
case 'o':
case 'O':
Serial.println("Read diode temperature");
prompt = PROMPT_TEMP;
break;
case 'O':
Serial.println("Set frequency offset");
prompt = PROMPT_OFFSET;
break;
case 'l':
case 'L':
Serial.println("Change the Latitude and Longitude");

Loading…
Cancel
Save

Powered by TurnKey Linux.