diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index 818ab478..d9eba04a 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -75,12 +75,12 @@ if __name__ == "__main__": change_mode = True if ((line.find("MODE=G")) > 0): system("echo '\nPacSatSim Mode!!\n'") - mode = 'p' + mode = 'G' change_mode = True counter = (counter + 1) % 2 if ((line.find(":t8#")) > 0): system("echo '\nPacSatSim Mode!!\n'") - mode = 'p' + mode = 'G' change_mode = True if ((line.find("MODE=n")) > 0): system("echo '\nTransmit Commands Mode!!\n'")