kopia lustrzana https://github.com/jgromes/RadioLib
[SX126x] MAke LLCC68-shared methods virtual
rodzic
21b8e5a364
commit
3354cd89df
|
@ -783,14 +783,14 @@ class SX126x: public PhysicalLayer {
|
||||||
\param bw LoRa bandwidth to be set in kHz.
|
\param bw LoRa bandwidth to be set in kHz.
|
||||||
\returns \ref status_codes
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
int16_t setBandwidth(float bw);
|
virtual int16_t setBandwidth(float bw);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Sets LoRa spreading factor. Allowed values range from 5 to 12.
|
\brief Sets LoRa spreading factor. Allowed values range from 5 to 12.
|
||||||
\param sf LoRa spreading factor to be set.
|
\param sf LoRa spreading factor to be set.
|
||||||
\returns \ref status_codes
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
int16_t setSpreadingFactor(uint8_t sf);
|
virtual int16_t setSpreadingFactor(uint8_t sf);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Sets LoRa coding rate denominator. Allowed values range from 5 to 8.
|
\brief Sets LoRa coding rate denominator. Allowed values range from 5 to 8.
|
||||||
|
|
Ładowanie…
Reference in New Issue