From 20a178308be177d8a2f33f398112f2cd678007b0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 21 Sep 2022 18:04:38 -0400 Subject: [PATCH] remove program_radio --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 9f5eb3dc..45a7381f 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -150,7 +150,7 @@ void setup() { camera_detected = start_camera(); // start_pwm(); - program_radio(); +// program_radio(); /**/ Serial.println("Transmitting callsign"); @@ -2147,7 +2147,7 @@ void config_radio() digitalWrite(PD_PIN, HIGH); // Enable SR_FRS // pinMode(AUDIO_OUT_PIN, OUTPUT); - program_radio(); // remove for now +// program_radio(); // remove for now } else if (mode == BPSK) { /*