diff --git a/src/modules/CC1101/CC1101.h b/src/modules/CC1101/CC1101.h index 1f93faaf..5391203e 100644 --- a/src/modules/CC1101/CC1101.h +++ b/src/modules/CC1101/CC1101.h @@ -870,6 +870,7 @@ class CC1101: public PhysicalLayer { /*! \brief Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER, and RADIOLIB_ENCODING_WHITENING. + Note that encoding on CC1101 is applied to the entire stream including preamble, sync word, and CRC. \param encoding Encoding to be used.