Skip to content

Commit

Permalink
Merge pull request #21 from TMRh20/AdjustAckTimeouts
Browse files Browse the repository at this point in the history
Adjust ack timeouts
  • Loading branch information
TMRh20 authored Mar 25, 2024
2 parents e9c322e + 0537e10 commit a87c308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nrf_to_nrf.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#define NRF52_RADIO_LIBRARY
#define DEFAULT_MAX_PAYLOAD_SIZE 32
#define ACTUAL_MAX_PAYLOAD_SIZE 127
#define ACK_TIMEOUT_1MBPS 500 // 200 with static payloads
#define ACK_TIMEOUT_2MBPS 300 // 165 with static payloads
#define ACK_TIMEOUT_250KBPS 500
#define ACK_TIMEOUT_1MBPS 600 // 300 with static payloads
#define ACK_TIMEOUT_2MBPS 400 // 265 with static payloads
#define ACK_TIMEOUT_250KBPS 800 // 500 with staticPayloads
#define ACK_TIMEOUT_1MBPS_OFFSET 300
#define ACK_TIMEOUT_2MBPS_OFFSET 135
#define ACK_TIMEOUT_250KBPS_OFFSET 300
Expand Down

0 comments on commit a87c308

Please sign in to comment.