mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
update for RX BUFFER
This commit is contained in:
parent
35dab2e618
commit
32bba9845f
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def arq_data_received(data_in):
|
|||
|
||||
|
||||
# append received frame to RX_BUFFER
|
||||
static.RX_BUFFER.append(complete_data_frame)
|
||||
static.RX_BUFFER.append({"DXCALL" : static.DXCALLSIGN ,"DATA" : complete_data_frame.decode("utf-8")})
|
||||
|
||||
# BUILDING ACK FRAME FOR DATA FRAME -----------------------------------------------
|
||||
ack_frame = bytearray(14)
|
||||
|
|
Loading…
Reference in a new issue