Merge pull request #1542 from Dazza0/docs/add_missing_offset_param_desc

[LR11X0] Add missing description to 'offset' parameter in 'getPacketLength()'
pull/1547/head
Jan Gromeš 2025-06-26 14:18:09 +02:00 zatwierdzone przez GitHub
commit fbdf9608b1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);