increased chanel busy releasing time

This commit is contained in:
DJ2LS 2022-11-18 11:48:01 +01:00
parent bf144dc6ad
commit 70bdd59847

View file

@ -915,7 +915,7 @@ class RF:
static.CHANNEL_BUSY = True
# Limit delay counter to a maximum of 50. The higher this value,
# the longer we will wait until releasing state
channel_busy_delay = min(channel_busy_delay + 5, 150)
channel_busy_delay = min(channel_busy_delay + 5, 250)
else:
# Decrement channel busy counter if no signal has been detected.
channel_busy_delay = max(channel_busy_delay - 1, 0)