From a2cf24017d061f45897ba424810b0be3c33193c0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 1 Jun 2024 11:22:30 -0400 Subject: [PATCH] Update aprs_in.py fixed string --- aprs_in.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprs_in.py b/aprs_in.py index 198d4b16..bf51cd4f 100644 --- a/aprs_in.py +++ b/aprs_in.py @@ -17,7 +17,7 @@ if __name__ == "__main__": # if '^c' == line.rstrip(): # break - if ((line.find("MODE=a")) > 0) or ((line.find("Raw Touch Tone Data, DireWolf, WB2OSZ\n2#")) > 0): + if ((line.find("MODE=a")) > 0) or ((line.find("DTMF>APDW15:t1#")) > 0): system("echo '\nAPRS Mode!!\n'") mode = 'a' change_mode = True