Update cubesatsim.h

pull/161/head
alanbjohnston 3 years ago committed by GitHub
parent c6b7659a44
commit ff459effda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,8 +190,8 @@ long int uptime = 0;
char call[5];
char sim_yes[10];
int mode = BPSK; // FSK;
int new_mode = FSK; // BPSK; // FSK;
int mode = AFSK; // FSK;
int new_mode;
int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod;
float sleepTime;
unsigned int sampleTime = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.