Update LR1120.h

This commit is contained in:
Yegor Shytikov 2025-01-13 16:20:59 -08:00 committed by GitHub
parent d474816194
commit 25cc487b14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).