From ab29cc5bea022efec6cd703617f0d6e455b4c1fb Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 25 Jul 2022 07:21:49 -0400 Subject: [PATCH] add back in callsign --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 992dabd2..b8ec04c8 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -144,8 +144,8 @@ void loop() { } else if (mode == AFSK) { -// transmit_callsign(callsign); -// sleep(1.0); + transmit_callsign(callsign); + sleep(1.0); send_packet(); } // while ((millis() - sampleTime) < ((unsigned int)samplePeriod)) // - 250)) // was 250 100