prm80: remove the "A" command that won't make it into FW V5

pull/619/head
Stephane Fillod 2021-03-19 20:51:54 +01:00
rodzic 42ebd65811
commit 8cd4a2e3c4
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -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')