Fork of Semtech LoRaWAN stack
Fork of LoRaWAN-lib by
Revision 25:8d0a79bd607b, committed 2016-10-21
- Comitter:
- shaunkrnelson
- Date:
- Fri Oct 21 18:55:54 2016 +0000
- Branch:
- v4.2.0
- Parent:
- 24:69286d8b3962
- Child:
- 26:4627985dc5be
- Commit message:
- Fix US Band Maximum application payload sizes.
Changed in this revision
| LoRaMac.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LoRaMac.cpp Thu Oct 13 19:40:56 2016 +0000
+++ b/LoRaMac.cpp Fri Oct 21 18:55:54 2016 +0000
@@ -351,12 +351,12 @@
/*!
* Maximum payload with respect to the datarate index. Cannot operate with repeater.
*/
-const uint8_t MaxPayloadOfDatarate[] = { 11, 53, 129, 242, 242, 0, 0, 0, 53, 129, 242, 242, 242, 242, 0, 0 };
+const uint8_t MaxPayloadOfDatarate[] = { 11, 53, 126, 242, 242, 0, 0, 0, 53, 129, 242, 242, 242, 242, 0, 0 };
/*!
* Maximum payload with respect to the datarate index. Can operate with repeater.
*/
-const uint8_t MaxPayloadOfDatarateRepeater[] = { 11, 53, 129, 242, 242, 0, 0, 0, 33, 103, 222, 222, 222, 222, 0, 0 };
+const uint8_t MaxPayloadOfDatarateRepeater[] = { 11, 53, 126, 242, 242, 0, 0, 0, 33, 109, 222, 222, 222, 222, 0, 0 };
/*!
* Tx output powers table definition
