AX.25 TX delay

This commit is contained in:
Mark Qvist 2018-12-01 11:42:39 +01:00
parent 56808e49de
commit 4d0ca28902
1 changed files with 1 additions and 1 deletions

View File

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