From 01fa4d0c2d44438690b576254fa562ef3cfa6ceb Mon Sep 17 00:00:00 2001 From: Darian Leung <32921628+Dazza0@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:07:02 +0800 Subject: [PATCH] [LR11X0] Add missing description to 'offset' parameter in 'getPacketLength()' --- src/modules/LR11x0/LR11x0.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/LR11x0/LR11x0.h b/src/modules/LR11x0/LR11x0.h index c7f2d627..54a8466d 100644 --- a/src/modules/LR11x0/LR11x0.h +++ b/src/modules/LR11x0/LR11x0.h @@ -1349,6 +1349,7 @@ class LR11x0: public PhysicalLayer { /*! \brief Query modem for the packet length of received payload. \param update Update received packet length. Will return cached value when set to false. + \param offset Pointer to a variable that will hold the receive packet's offset in the RX buffer \returns Length of last received packet in bytes. */ size_t getPacketLength(bool update, uint8_t* offset);