diff --git a/RNS/Interfaces/AX25KISSInterface.py b/RNS/Interfaces/AX25KISSInterface.py index 1f54c52..483c562 100644 --- a/RNS/Interfaces/AX25KISSInterface.py +++ b/RNS/Interfaces/AX25KISSInterface.py @@ -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