From 49a0a1cf44e19ddf7a84a02d309a212fb0e522b4 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 9 Oct 2023 17:40:22 +0200 Subject: [PATCH] [CC1101] Added list of supported bandwidths (#842) --- src/modules/CC1101/CC1101.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/CC1101/CC1101.h b/src/modules/CC1101/CC1101.h index a13327e9..2e83d926 100644 --- a/src/modules/CC1101/CC1101.h +++ b/src/modules/CC1101/CC1101.h @@ -740,7 +740,8 @@ class CC1101: public PhysicalLayer { int16_t setBitRate(float br); /*! - \brief Sets receiver bandwidth. Allowed values range from 58.0 to 812.0 kHz. + \brief Sets receiver bandwidth. Allowed values are 58, 68, 81, 102, 116, 135, 162, + 203, 232, 270, 325, 406, 464, 541, 650 and 812 kHz. \param rxBw Receiver bandwidth to be set in kHz. \returns \ref status_codes */