Last modified by Xiaoling on 2025/05/05 08:51

From version 4.19
edited by Xiaoling
on 2022/05/11 15:41
Change comment: There is no comment for this version
To version 4.16
edited by Xiaoling
on 2022/05/11 15:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -416,9 +416,17 @@
416 416  )))
417 417  
418 418  (((
419 -When the server adjusts your node rate to 0, the maximum payload length is 11 bytes. The server sometimes sends an ADR packet to the node,and the node will reply to the server after receiving the ADR packet, but the number of payload bytes exceeds the limit,so it will send a normal uplink packet, and an additional 00 data packet.
419 +When the server adjusts your node rate to 0, the maximum payload length is 11 bytes. The server sometimes sends an ADR packet to the node,
420 420  )))
421 421  
422 +(((
423 +and the node will reply to the server after receiving the ADR packet, but the number of payload bytes exceeds the limit,so it will send a normal
424 +)))
425 +
426 +(((
427 +uplink packet, and an additional 00 data packet.
428 +)))
429 +
422 422  * (((
423 423  Solution: Use the decoder to filter out this 00 packet.
424 424  )))