Update SX126x.h
This commit is contained in:
parent
ad799319c5
commit
e0cd114d66
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ class SX126x: public PhysicalLayer {
|
||||||
\param useRegulatorLDO Whether to use only LDO regulator (true) or DC-DC regulator (false). Defaults to false.
|
\param useRegulatorLDO Whether to use only LDO regulator (true) or DC-DC regulator (false). Defaults to false.
|
||||||
\returns \ref status_codes
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
int16_t begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO = false);
|
int16_t begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO = false, uint8_t rampTime = RADIOLIB_SX126X_PA_RAMP_200U);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Initialization method for FSK modem.
|
\brief Initialization method for FSK modem.
|
||||||
|
|
Loading…
Add table
Reference in a new issue