8000 pygate: reset the JIT queue margins · pycom/pycom-micropython-sigfox@c3e7b6c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit c3e7b6c

Browse files
authored
pygate: reset the JIT queue margins
reverts: 8c99657
1 parent fdedb33 commit c3e7b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/pygate/lora_pkt_fwd/jitqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Maintainer: Michael Coracin
4242
/* --- PRIVATE CONSTANTS & TYPES -------------------------------------------- */
4343
#define TX_START_DELAY 1500 /* microseconds */
4444
/* TODO: get this value from HAL? */
45-
#define TX_MARGIN_DELAY 1000000 /* Packet overlap margin in microseconds */
45+
#define TX_MARGIN_DELAY 1000 /* Packet overlap margin in microseconds */
4646
/* TODO: How much margin should we take? */
4747
#define TX_JIT_DELAY 50000 /* Pre-delay to program packet for TX in microseconds */
4848
#define TX_MAX_ADVANCE_DELAY ((JIT_NUM_BEACON_IN_QUEUE + 1) * 128 * 1E6) /* Maximum advance delay accepted for a TX packet, compared to current time */

0 commit comments

Comments
 (0)
0