diff --git a/src/modules/SX127x/SX1272.h b/src/modules/SX127x/SX1272.h index aa412efc..f3d83545 100644 --- a/src/modules/SX127x/SX1272.h +++ b/src/modules/SX127x/SX1272.h @@ -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); diff --git a/src/modules/SX127x/SX1278.h b/src/modules/SX127x/SX1278.h index a43e99f4..dc606885 100644 --- a/src/modules/SX127x/SX1278.h +++ b/src/modules/SX127x/SX1278.h @@ -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);