mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-13 00:03:32 -07:00
Wait for announce timebase tick when announcing via rnid. Fixes #752.
This commit is contained in:
@@ -286,6 +286,7 @@ def main():
|
||||
destination = RNS.Destination(identity, RNS.Destination.IN, RNS.Destination.SINGLE, app_name, *aspects)
|
||||
RNS.log("Created destination "+str(destination))
|
||||
RNS.log("Announcing destination "+RNS.prettyhexrep(destination.hash))
|
||||
time.sleep(1.1)
|
||||
destination.announce()
|
||||
time.sleep(0.25)
|
||||
exit(0)
|
||||
|
||||
Reference in New Issue
Block a user