From 4a18d28bd3d30fdebf9ea0089d96bb26bcbf674f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 14 Jul 2022 19:11:07 -0400 Subject: [PATCH] back to BPSK mode --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 92bfb311..44c2e61d 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -194,7 +194,7 @@ long int uptime = 1000; char call[5]; char sim_yes[10]; -int mode = AFSK; // BPSK; // AFSK; // FSK; +int mode = BPSK; // AFSK; // FSK; int new_mode; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime;