Update main.h added tx_pl and rx_pl

beta-pl
Alan Johnston 2 years ago committed by GitHub
parent ddf114a8b2
commit 091a0910aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,6 +132,8 @@ char sim_yes[10];
char hab_yes[10];
int squelch = 3; // default squelch
char rx[12], tx[12];
int tx_pl = 0;
int rx_pl = 0;
int bitRate, mode, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod;
float sleepTime;

Loading…
Cancel
Save

Powered by TurnKey Linux.