[LLCC68] Swapped bw and sf configuration (#425)
This commit is contained in:
parent
0bd11f8c2f
commit
ee5bdd35a8
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ int16_t LLCC68::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_t sync
|
||||||
state = setFrequency(freq);
|
state = setFrequency(freq);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
state = setSpreadingFactor(sf);
|
state = setBandwidth(bw);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
state = setBandwidth(bw);
|
state = setSpreadingFactor(sf);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
state = setOutputPower(power);
|
state = setOutputPower(power);
|
||||||
|
|
Loading…
Add table
Reference in a new issue