From a75c3f766bb37af1e1b59a72cba3508188300770 Mon Sep 17 00:00:00 2001 From: S5NC <145265251+S5NC@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:00:30 +0100 Subject: [PATCH] Update SX1262.h --- src/modules/SX126x/SX1262.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX126x/SX1262.h b/src/modules/SX126x/SX1262.h index 385e8199..d4bcd98c 100644 --- a/src/modules/SX126x/SX1262.h +++ b/src/modules/SX126x/SX1262.h @@ -87,7 +87,7 @@ class SX1262: public SX126x { \param rampTime The time delayed to allow the PA to ramp up. \returns \ref status_codes */ - virtual int16_t setOutputPower(int8_t power, uint8_t rampTime); + virtual int16_t setOutputPower(int8_t power, uint8_t rampTime = RADIOLIB_SX126X_PA_RAMP_200U); #if !RADIOLIB_GODMODE private: