Merge pull request #552 from liamcottle/fix/ax25-kiss-interface

fix KISSInterface is not defined error for AX25KISSInterface
This commit is contained in:
markqvist 2024-09-16 19:56:13 +02:00 committed by GitHub
commit 68e64523b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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