increased protocol version because of lzma compression

This commit is contained in:
DJ2LS 2022-12-13 09:17:42 +01:00
parent dfa07f9e77
commit 179f4f7265

View file

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