Skip to content

Commit

Permalink
Fix #415: AU923 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 0bd6758 commit 84c33b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lmic/lmic_as923.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ static CONST_TABLE(u1_t, maxFrameLens_dwell0)[] = {
59+5, // [1]
59+5, // [2]
123+5, // [3]
230+5, // [4]
230+5, // [5]
230+5, // [6]
230+5 // [7]
250+5, // [4]
250+5, // [5]
250+5, // [6]
250+5 // [7]
};

// see table in 2.7.6 -- this assumes UplinkDwellTime = 1.
Expand Down

0 comments on commit 84c33b3

Please sign in to comment.