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;