Skip to content

Commit c5661ca

Browse files
committed
Increased the ACK_SEND_DELAY from 5 milliseconds to 10 milliseconds to resolve soft ACK timeouts.
1 parent a51e025 commit c5661ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/Sensor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#define BROADCAST_PIPE ((uint8_t)2)
5252

5353
#define ACK_MAX_WAIT 50
54-
#define ACK_SEND_DELAY 5
54+
#define ACK_SEND_DELAY 10
5555

5656
#define WRITE_RETRY 5
5757
#define FIND_RELAY_RETRIES 20

0 commit comments

Comments
 (0)