@@ -292,7 +292,7 @@ static const int8_t DatarateOffsetsAU915[7][6] =
292292 * Maximum payload with respect to the datarate index. Cannot operate with repeater.
293293 * The table is valid for the dwell time configuration of 0 for uplinks.
294294 */
295- static const uint8_t MaxPayloadOfDatarateDwell0AU915 [] = { 51 , 51 , 51 , 115 , 242 , 242 , 242 , 242 , 0 , 53 , 129 , 242 , 242 , 242 , 242 };
295+ static const uint8_t MaxPayloadOfDatarateDwell0AU915 [] = { 51 , 51 , 51 , 115 , 242 , 242 , 242 , 0 , 53 , 129 , 242 , 242 , 242 , 242 };
296296
297297/*!
298298 * Maximum payload with respect to the datarate index. Can operate with repeater.
@@ -305,14 +305,14 @@ static const uint8_t MaxPayloadOfDatarateRepeaterDwell0AU915[] = { 51, 51, 51, 1
305305 * Maximum payload with respect to the datarate index. Cannot operate with repeater.
306306 * The table is valid for the dwell time configuration of 1 for uplinks.
307307 */
308- static const uint8_t MaxPayloadOfDatarateDwell1AU915 [] = { 0 , 0 , 11 , 53 , 125 , 242 , 242 , 0 , 53 , 129 , 129 , 242 , 242 , 242 , 242 };
308+ static const uint8_t MaxPayloadOfDatarateDwell1AU915 [] = { 0 , 0 , 11 , 53 , 125 , 242 , 242 , 0 , 53 , 129 , 242 , 242 , 242 , 242 };
309309
310310/*!
311311 * Maximum payload with respect to the datarate index. Can operate with repeater.
312312 * The table is valid for the dwell time configuration of 1 for uplinks. The table provides
313313 * repeater support.
314314 */
315- static const uint8_t MaxPayloadOfDatarateRepeaterDwell1AU915 [] = { 0 , 0 , 11 , 53 , 125 , 242 , 242 , 0 , 33 , 119 , 129 , 242 , 242 , 242 , 242 };
315+ static const uint8_t MaxPayloadOfDatarateRepeaterDwell1AU915 [] = { 0 , 0 , 11 , 53 , 125 , 242 , 242 , 0 , 33 , 109 , 222 , 222 , 222 , 222 };
316316
317317/*!
318318 * \brief The function gets a value of a specific phy attribute.
0 commit comments