From 25cc487b1455fce9ae1669053f62c83a87bd0234 Mon Sep 17 00:00:00 2001 From: Yegor Shytikov Date: Mon, 13 Jan 2025 16:20:59 -0800 Subject: [PATCH] Update LR1120.h --- src/modules/LR11x0/LR1120.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/LR11x0/LR1120.h b/src/modules/LR11x0/LR1120.h index 3c532ebd..cd4a442e 100644 --- a/src/modules/LR11x0/LR1120.h +++ b/src/modules/LR11x0/LR1120.h @@ -93,9 +93,10 @@ class LR1120: public LR11x0 { \param band Half bandwidth for image calibration. For example, if carrier is 434 MHz and band is set to 4 MHz, then the image will be calibrate for band 430 - 438 MHz. Unused if calibrate is set to false, defaults to 4 MHz + \param skipRfValidation Skip frequency range validation \returns \ref status_codes */ - int16_t setFrequency(float freq, bool skipCalibration, float band = 4); + int16_t setFrequency(float freq, bool skipCalibration, float band = 4, bool skipRfValidation = false); /*! \brief Sets output power. Allowed values are in range from -9 to 22 dBm (high-power PA) or -17 to 14 dBm (low-power PA).