kopia lustrzana https://github.com/jgromes/RadioLib
Fixed incorrect variable name
rodzic
f543436647
commit
7631353b4a
|
@ -18,6 +18,7 @@ int16_t SX126x::begin(float bw, uint8_t sf, uint8_t cr, uint16_t syncWord, float
|
|||
_ldro = 0x00;
|
||||
_crcType = SX126X_LORA_CRC_ON;
|
||||
_preambleLength = preambleLength;
|
||||
_tcxoDelay = 0;
|
||||
|
||||
// set mode to standby
|
||||
int16_t state = standby();
|
||||
|
|
|
@ -830,7 +830,7 @@ class SX126x: public PhysicalLayer {
|
|||
|
||||
float _dataRate;
|
||||
|
||||
uint32_t _tcxoDelay_us = 0;
|
||||
uint32_t _tcxoDelay;
|
||||
|
||||
int16_t config(uint8_t modem);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue