Skip to content

Commit 4e6cf08

Browse files
author
Marc Bongartz
committed
MAC fails to transmit maximum length (242 bytes) payload
Attempting to transmit the maximum allowed length payload for a given data rate fails with a return code 3 for 242 byte payloads.
1 parent 32a9287 commit 4e6cf08

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)