fix KISSInterface is not defined error for AX25KISSInterface

This commit is contained in:
liamcottle 2024-09-16 14:27:08 +12:00
parent 8ea0dc65c4
commit 76362bad4a

View File

@ -96,7 +96,7 @@ class AX25KISSInterface(Interface):
self.stopbits = stopbits
self.timeout = 100
self.online = False
self.bitrate = KISSInterface.BITRATE_GUESS
self.bitrate = AX25KISSInterface.BITRATE_GUESS
self.packet_queue = []
self.flow_control = flow_control