Closed steven52880 closed 2 years ago
You're right, LLCC68 is missing a dedicated begin
, so it's actually calling SX1262::begin
, which is the reason why the range checks fail.
I added the missing method, so it should be fixed now.
setBandwidth
should be ahead of setSpreadingFactor
, or it will exit with -9.
@jgromes
You'Re right, that's indeed the case when using non-default parameters for begin(). It should be be fixed now.
Additional info (please complete):
Describe the bug Hello. My module can't work while begin with 500k and sf10/sf11.
[SX1262] Initializing ... failed, code -20
I found another issue about it, but the problem dosn't seem to be resolved. Could you help me check the problem?Log
To Reproduce