pull/175/head
alanbjohnston 3 years ago committed by GitHub
parent a4085ff322
commit 459183e281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -220,7 +220,7 @@ long int uptime = 1000;
char call[5]; char call[5];
char sim_yes[10]; char sim_yes[10];
int mode = AFSK; // SSTV; // BPSK; int mode = SSTV; // BPSK;
int new_mode; int new_mode;
int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod;
float sleepTime; float sleepTime;

Loading…
Cancel
Save

Powered by TurnKey Linux.