Update main.c missing PACSAT conditional

master-b-p-s
Alan Johnston 3 weeks ago committed by GitHub
parent f3c4d4b3ad
commit 39f523fc85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -518,7 +518,7 @@ int main(int argc, char * argv[]) {
printf("\n FSK Mode, %d bits per frame, %d bits per second, %d ms per frame, %d ms sample period\n",
bufLen / (samples * frameCnt), bitRate, frameTime, samplePeriod);
} else if (mode == BPSK) {
} else if ((mode == BPSK) || (mode == PACSAT)) {
//// } else {
bitRate = 1200;

Loading…
Cancel
Save

Powered by TurnKey Linux.