AX.25 TX delay

This commit is contained in:
Mark Qvist 2018-12-01 11:40:50 +01:00
parent 15f2e976b8
commit 56808e49de

View File

@ -56,7 +56,8 @@ class AX25KISSInterface(Interface):
self.stopbits = stopbits self.stopbits = stopbits
self.timeout = 100 self.timeout = 100
self.online = False self.online = False
self.txdelay = 0.25 # TODO: Sane default and make this configurable
self.txdelay = 0.5
self.packet_queue = [] self.packet_queue = []
self.flow_control = flow_control self.flow_control = flow_control