introduced ARQ_STATE

pull/17/head
DJ2LS 2021-01-20 14:31:28 +01:00 committed by GitHub
parent a425812dad
commit afde181609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -73,7 +73,17 @@ ARQ_N_SENT_FRAMES = 0
ARQ_TX_ACK_MODE = 7
# ARQ STATES:
# IDLE
# RECEIVING_DATA
# SENDING_DATA
# RECEIVING_ACK
# SENDING_ACK
#
#
#
#
ARQ_STATE = 'IDLE'
# ------- TX BUFFER
TX_BUFFER_SIZE = 0