kopia lustrzana https://github.com/Hamlib/Hamlib
prm80: remove the "A" command that won't make it into FW V5
rodzic
42ebd65811
commit
8cd4a2e3c4
rigs/prm80
|
@ -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')
|
||||
|
|
Ładowanie…
Reference in New Issue