Added calls to new functions

This commit is contained in:
Ken Roberts 2017-07-20 08:31:50 -07:00
parent 471d5f4608
commit 08848a14e7

View File

@ -166,7 +166,9 @@ class PJLink(QtNetwork.QTcpSocket):
'PJLINK': self.check_login,
'POWR': self.process_powr,
'SNUM': self.process_snum,
'SVER': self.process_sver
'SVER': self.process_sver,
'RFIL': self.process_rfil,
'RLMP': self.process_rlmp
}
def reset_information(self):