diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 92bfb311..44c2e61d 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -194,7 +194,7 @@ long int uptime = 1000; char call[5]; char sim_yes[10]; -int mode = AFSK; // BPSK; // AFSK; // FSK; +int mode = BPSK; // AFSK; // FSK; int new_mode; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime;