move print input options

pull/247/head
alanbjohnston 3 years ago committed by GitHub
parent 33bf38c54e
commit df17d50808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,6 +166,9 @@ void setup() {
// start_pwm();
program_radio();
prompt = PROMPT_HELP; // display input help menu
prompt_for_input();
/**/
Serial.println("Transmitting callsign");
// strcpy(callsign, call);
@ -174,7 +177,7 @@ void setup() {
// sleep(5.0);
sleep(1.0);
/**/
config_telem();
// start_button_isr(); // try before start_isr
@ -192,9 +195,6 @@ void setup() {
get_input();
prompt = PROMPT_HELP; // display input help menu
prompt_for_input();
Serial.print("s");
Serial.print(" ");
Serial.println(millis());

Loading…
Cancel
Save

Powered by TurnKey Linux.