remove program_radio

pull/191/head
alanbjohnston 3 years ago committed by GitHub
parent 370b93bcec
commit 20a178308b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -150,7 +150,7 @@ void setup() {
camera_detected = start_camera(); camera_detected = start_camera();
// start_pwm(); // start_pwm();
program_radio(); // program_radio();
/**/ /**/
Serial.println("Transmitting callsign"); Serial.println("Transmitting callsign");
@ -2147,7 +2147,7 @@ void config_radio()
digitalWrite(PD_PIN, HIGH); // Enable SR_FRS digitalWrite(PD_PIN, HIGH); // Enable SR_FRS
// pinMode(AUDIO_OUT_PIN, OUTPUT); // pinMode(AUDIO_OUT_PIN, OUTPUT);
program_radio(); // remove for now // program_radio(); // remove for now
} else if (mode == BPSK) { } else if (mode == BPSK) {
/* /*

Loading…
Cancel
Save

Powered by TurnKey Linux.