From 157717dd403141d5fc58a438f1becd681dba7588 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 25 Jul 2022 11:33:51 -0400 Subject: [PATCH] cw id only at start --- cubesatsim/cubesatsim.ino | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index bfbad1db..e0d658c8 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -113,6 +113,9 @@ void setup() { char call[] = "AMSAT"; strcpy(callsign, call); + + transmit_callsign(callsign); + // sleep(1.0); sampleTime = (unsigned int) millis(); @@ -143,10 +146,8 @@ void loop() { get_tlm_fox(); } else if (mode == AFSK) - { - transmit_callsign(callsign); - sleep(1.0); -// send_packet(); + { + send_packet(); } // while ((millis() - sampleTime) < ((unsigned int)samplePeriod)) // - 250)) // was 250 100 while ((millis() - sampleTime) < ((unsigned int)frameTime)) // - 250)) // was 250 100