From 85a7179534bec0a6593ba79df9c02b78d9c2214e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 19 Nov 2022 18:09:35 -0500 Subject: [PATCH] default mode is FSK like v1 --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index cbca9c76..985aed7f 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -274,7 +274,7 @@ long int uptime = 1000; //char call[5]; char sim_yes[10]; -int mode = BPSK; // SSTV; +int mode = FSK; // BPSK; // SSTV; volatile int new_mode; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime;