From 0e1bad64a1f54372ed88e23006165f18afb0f21c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 25 Jul 2022 20:13:57 -0400 Subject: [PATCH] mode starts BPSK --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 97c860ad..11759dc4 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -219,7 +219,7 @@ long int uptime = 1000; char call[5]; char sim_yes[10]; -int mode = AFSK; // BPSK; +int mode = BPSK; int new_mode; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime;