Update SX1262.h
This commit is contained in:
parent
6f03d77dad
commit
a75c3f766b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue