From 459183e281d19d82018e1c3b3a93cd7c1f56605e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 6 Aug 2022 09:18:05 -0400 Subject: [PATCH] start SSTV --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 9e97114f..a53047e0 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 = AFSK; // SSTV; // BPSK; +int mode = SSTV; // BPSK; int new_mode; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime;