increased protocol version

This commit is contained in:
DJ2LS 2022-12-28 17:06:55 +01:00
parent 47e177f399
commit 8717629b91

View file

@ -92,7 +92,7 @@ ENABLE_FFT: bool = True
CHANNEL_BUSY: bool = False
# ARQ PROTOCOL VERSION
ARQ_PROTOCOL_VERSION: int = 4
ARQ_PROTOCOL_VERSION: int = 5
# ARQ statistics
ARQ_BYTES_PER_MINUTE_BURST: int = 0