From a1ba3b503e3f6904f4265bae8019c6a438feadfe Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 22 Jul 2022 22:08:56 -0400 Subject: [PATCH] BPSK --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 022e7c8b..a6611977 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -214,7 +214,7 @@ long int uptime = 1000; char call[5]; char sim_yes[10]; -int mode = AFSK; // FSK; +int mode = BPSK; int new_mode; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime;