AX.25 TX delay

This commit is contained in:
Mark Qvist 2018-12-01 11:39:08 +01:00
parent be11f5ed68
commit 15f2e976b8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class AX25KISSInterface(Interface):
self.stopbits = stopbits
self.timeout = 100
self.online = False
self.txdelay = 0.4
self.txdelay = 0.25
self.packet_queue = []
self.flow_control = flow_control