[SX127x] Fix typo in doxygen comment
This commit is contained in:
parent
6a96d44b2b
commit
648ecbed3b
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ class SX1272: public SX127x {
|
|||
\brief Sets transmission output power. Allowed values range from -1 to 14 dBm (RFO pin) or +2 to +20 dBm (PA_BOOST pin).
|
||||
\param power Transmission output power in dBm.
|
||||
\param forceRfo Whether to force using the RFO pin for the RF output (true)
|
||||
or the lave the selection up to user (false) based on power output.
|
||||
or to leave the selection up to user (false) based on power output.
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
int16_t setOutputPower(int8_t power, bool forceRfo);
|
||||
|
|
|
@ -214,7 +214,7 @@ class SX1278: public SX127x {
|
|||
High power +20 dBm operation is also supported, on the PA_BOOST pin.
|
||||
\param power Transmission output power in dBm.
|
||||
\param forceRfo Whether to force using the RFO pin for the RF output (true)
|
||||
or the lave the selection up to user (false) based on power output.
|
||||
or to leave the selection up to user (false) based on power output.
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
int16_t setOutputPower(int8_t power, bool forceRfo);
|
||||
|
|
Loading…
Add table
Reference in a new issue