Hith: Support APRS Text Only

This commit is contained in:
Atten 2022-03-16 12:41:58 +07:00
parent 7037f30840
commit 9865aea668
1 changed files with 1 additions and 1 deletions

View File

@ -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++;