Skip to content

Commit

Permalink
Fix #414: AU915 use max frame len w/o repeater
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Sep 2, 2019
1 parent 0c89e4e commit 0bd6758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lmic/lmic_au921.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ CONST_TABLE(u1_t, _DR2RPS_CRC)[] = {
};

static CONST_TABLE(u1_t, maxFrameLens_dwell0)[] = {
59+5, 59+5, 59+5, 123+5, 230+5, 230+5, 230+5, 0,
41+5, 117+5, 230+5, 230+5, 230+5, 230+5 };
59+5, 59+5, 59+5, 123+5, 250+5, 250+5, 250+5, 0,
61+5, 137+5, 250+5, 250+5, 250+5, 250+5 };

static CONST_TABLE(u1_t, maxFrameLens_dwell1)[] = {
0, 0, 19+5, 61+5, 123+5, 242+5, 242+5, 0,
0, 0, 19+5, 61+5, 133+5, 250+5, 250+5, 0,
61+5, 137+5, 250+5, 250+5, 250+5, 250+5 };

static bit_t
Expand Down

0 comments on commit 0bd6758

Please sign in to comment.