mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
wait before sending frame ack
This commit is contained in:
parent
e74384ccf5
commit
9e9d00f848
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ def arq_data_received(data_in):
|
||||||
#time.sleep(0.5) # 0.5
|
#time.sleep(0.5) # 0.5
|
||||||
logging.info("ARQ | TX | ARQ DATA FRAME ACK [" + str(static.FRAME_CRC.hex()) + "] [SNR:" + str(static.SNR) + "]")
|
logging.info("ARQ | TX | ARQ DATA FRAME ACK [" + str(static.FRAME_CRC.hex()) + "] [SNR:" + str(static.SNR) + "]")
|
||||||
|
|
||||||
|
helpers.wait(1)
|
||||||
modem.transmit_signalling(ack_frame, 1)
|
modem.transmit_signalling(ack_frame, 1)
|
||||||
|
|
||||||
while static.CHANNEL_STATE == 'SENDING_SIGNALLING':
|
while static.CHANNEL_STATE == 'SENDING_SIGNALLING':
|
||||||
|
|
Loading…
Reference in a new issue