diff --git a/RNS/Interfaces/AX25KISSInterface.py b/RNS/Interfaces/AX25KISSInterface.py index 659ea64..140ee0a 100644 --- a/RNS/Interfaces/AX25KISSInterface.py +++ b/RNS/Interfaces/AX25KISSInterface.py @@ -57,7 +57,7 @@ class AX25KISSInterface(Interface): self.timeout = 100 self.online = False # TODO: Sane default and make this configurable - self.txdelay = 0.5 + self.txdelay = 0.1 self.packet_queue = [] self.flow_control = flow_control