setSyncBits: *sync changed to *syncWord, added note

setSyncBits: Update *sync to *syncWord, add note about bits of syncWord being used if less than 64 bits.
This commit is contained in:
mmrein 2019-09-16 20:10:59 +02:00 committed by GitHub
parent 9bb8586beb
commit a810a31c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -609,11 +609,11 @@ class SX126x: public PhysicalLayer {
\param syncWord FSK sync word to be set.
\param len FSK sync word length in bits.
\param len FSK sync word length in bits. If less than 64 bits the LSB's of syncWord will be ignored.
\returns \ref status_codes
*/
int16_t setSyncBits(uint8_t *sync, uint8_t bitsLen);
int16_t setSyncBits(uint8_t *syncWord, uint8_t bitsLen);
/*!
\brief Sets node address. Calling this method will also enable address filtering for node address only.