We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f0b80e + 9c0b061 commit 91b9767Copy full SHA for 91b9767
adafruit_rfm/rfm_common.py
@@ -178,7 +178,7 @@ def __init__( # noqa: PLR0913
178
"""
179
self.ack_retries = 5
180
"""The number of ACK retries before reporting a failure."""
181
- self.ack_delay = None
+ self.ack_delay: float = None
182
"""The delay time before attemting to send an ACK.
183
If ACKs are being missed try setting this to .1 or .2.
184
0 commit comments