mirror of https://github.com/SQ9MDD/ESP32IGate.git
Hith: Support APRS Text Only
This commit is contained in:
parent
7037f30840
commit
9865aea668
|
|
@ -1029,7 +1029,7 @@ void taskAPRS(void *pvParameters)
|
|||
{
|
||||
raw = (char *)malloc(tnc2.length() + 20);
|
||||
status.tncCount++;
|
||||
if (tnc2.indexOf("RFONLY", 10) > 0) // PATH RFONLY จะไม่ส่งเข้า APRS-IS
|
||||
if (tnc2.indexOf("RFONLY", 10) > 0) //NOGATE PATH RFONLY จะไม่ส่งเข้า APRS-IS
|
||||
{
|
||||
status.dropCount++;
|
||||
igateTLM.DROP++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue