From 56808e49debb6642f49d49e48cf18ead9dd95902 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 1 Dec 2018 11:40:50 +0100 Subject: [PATCH] AX.25 TX delay --- RNS/Interfaces/AX25KISSInterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RNS/Interfaces/AX25KISSInterface.py b/RNS/Interfaces/AX25KISSInterface.py index 68bde22..659ea64 100644 --- a/RNS/Interfaces/AX25KISSInterface.py +++ b/RNS/Interfaces/AX25KISSInterface.py @@ -56,7 +56,8 @@ class AX25KISSInterface(Interface): self.stopbits = stopbits self.timeout = 100 self.online = False - self.txdelay = 0.25 + # TODO: Sane default and make this configurable + self.txdelay = 0.5 self.packet_queue = [] self.flow_control = flow_control