Update SX1262.h

This commit is contained in:
S5NC 2024-04-05 12:00:30 +01:00 committed by GitHub
parent 6f03d77dad
commit a75c3f766b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ class SX1262: public SX126x {
\param rampTime The time delayed to allow the PA to ramp up. \param rampTime The time delayed to allow the PA to ramp up.
\returns \ref status_codes \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 #if !RADIOLIB_GODMODE
private: private: