additional fix to spreading factor examples
This commit is contained in:
parent
4a529c94d1
commit
073912ecbd
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,9 @@ else:
|
|||
print("Waiting for packets...")
|
||||
# initialize flag and timer
|
||||
# set a delay before sending the echo packet
|
||||
transmit_delay = 0.5
|
||||
# avoide multibples of .5 second to minimize chances of node missing
|
||||
# the packet between receive attempts
|
||||
transmit_delay = 0.75
|
||||
last_transmit_time = 0
|
||||
packet_received = False
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue