From 8cd4a2e3c4cf2ae8fa35418e59e89663100ab2c7 Mon Sep 17 00:00:00 2001 From: Stephane Fillod Date: Fri, 19 Mar 2021 20:51:54 +0100 Subject: [PATCH] prm80: remove the "A" command that won't make it into FW V5 --- rigs/prm80/pysimulprm80.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rigs/prm80/pysimulprm80.py b/rigs/prm80/pysimulprm80.py index 0a2627a66..dbb50c505 100755 --- a/rigs/prm80/pysimulprm80.py +++ b/rigs/prm80/pysimulprm80.py @@ -51,7 +51,6 @@ class Prm80Simul: 'C' : self.tch_Chanlist, 'R' : self.tch_Rfreq, 'E' : self.tch_Estate, - 'A' : self.tch_Astatus, '#' : self.tch_diese, '*' : self.tch_autre, } @@ -187,10 +186,6 @@ class Prm80Simul: rssi ).encode()) - def tch_Astatus(self): - """ Print value of RSSI, squelch and transmit status. V5. """ - self.pty_write(b'1801') - def tch_Chanlist(self): """ Print channels list """ self.pty_write(b'Channels list :\r\n00 : 8464 84\r\n01 : 81B0 00\r\n02 : 8464 0C')