mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-14 01:05:49 -04:00
Implemented path requests
This commit is contained in:
parent
09a19aed72
commit
33ce3ef48f
6 changed files with 107 additions and 23 deletions
|
@ -57,7 +57,8 @@ class AX25KISSInterface(Interface):
|
|||
self.timeout = 100
|
||||
self.online = False
|
||||
# TODO: Sane default and make this configurable
|
||||
self.txdelay = 0.1
|
||||
# TODO: Changed to 1ms instead of 100ms, check it
|
||||
self.txdelay = 0.001
|
||||
|
||||
self.packet_queue = []
|
||||
self.flow_control = flow_control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue