From 6129639dc2f843105ab326aa11396b88ec2051da Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 11 Jul 2022 11:32:44 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 107a274b..48b554ed 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -190,7 +190,7 @@ long int uptime = 0; 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; @@ -269,6 +269,7 @@ int pb_state = RELEASED; int mode_count = 0; unsigned long pb_press_start; +bool TimerHandler0(struct repeating_timer *t); /* * TelemEncoding.h