From a2025163d117dcd53b348d7394184c29dc83dfe4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 6 Aug 2022 10:16:06 -0400 Subject: [PATCH] mode is APRS --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 5781124e..986344e6 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -220,7 +220,7 @@ long int uptime = 1000; char call[5]; char sim_yes[10]; -int mode = BPSK; +int mode = AFSK; int new_mode; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime;