From 091a0910aa1fc81e343a97423db9cbd83359bbfc Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 20 Jun 2024 02:33:43 -0400 Subject: [PATCH] Update main.h added tx_pl and rx_pl --- main.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.h b/main.h index 2f5b3fe6..136718cb 100644 --- a/main.h +++ b/main.h @@ -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;