From 9c4b9eec02501f688573d898cdd4fb1ff99bdb95 Mon Sep 17 00:00:00 2001 From: Yegor Shytikov Date: Tue, 14 Jan 2025 09:34:12 -0800 Subject: [PATCH] remove skipRfValidation parameter --- src/modules/LR11x0/LR1120.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/LR11x0/LR1120.h b/src/modules/LR11x0/LR1120.h index cd4a442e..3c532ebd 100644 --- a/src/modules/LR11x0/LR1120.h +++ b/src/modules/LR11x0/LR1120.h @@ -93,10 +93,9 @@ 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, bool skipRfValidation = false); + int16_t setFrequency(float freq, bool skipCalibration, float band = 4); /*! \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).