Skip to content

Commit 4a29016

Browse files
committed
Merge pull request #25 from catsup/master
MAC fails to transmit maximum length (242 bytes) payload
2 parents 32a9287 + 4e6cf08 commit 4a29016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mac/LoRaMac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Maintainer: Miguel Luis and Gregory Cristian
2020
/*!
2121
* Maximum PHY layer payload size
2222
*/
23-
#define LORAMAC_PHY_MAXPAYLOAD 250
23+
#define LORAMAC_PHY_MAXPAYLOAD 255
2424

2525
/*!
2626
* Device IEEE EUI

0 commit comments

Comments
 (0)