From 7a1d813dc49e6b6cff7a17cfb96e6422e8bdf1a4 Mon Sep 17 00:00:00 2001 From: Chris Terwilliger Date: Thu, 23 Dec 2021 20:57:25 -0500 Subject: [PATCH] Update CC1101.h --- src/modules/CC1101/CC1101.h | 1 + 1 file changed, 1 insertion(+) 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.