wait before sending frame ack

This commit is contained in:
DJ2LS 2021-08-15 12:44:32 +02:00 committed by GitHub
parent e74384ccf5
commit 9e9d00f848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,6 +209,7 @@ def arq_data_received(data_in):
#time.sleep(0.5) # 0.5
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)
while static.CHANNEL_STATE == 'SENDING_SIGNALLING':