radmir
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/helpers/radiolib/CustomLR1121Wrapper.h
|
|
@ -38,7 +38,7 @@ public: |
|
|
|
|
|
|
|
|
void onSendFinished() override { |
|
|
void onSendFinished() override { |
|
|
RadioLibWrapper::onSendFinished(); |
|
|
RadioLibWrapper::onSendFinished(); |
|
|
_radio->setPreambleLength(16); |
|
|
_radio->setPreambleLength(preambleLengthForSF(getSpreadingFactor())); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
float getLastRSSI() const override { |
|
|
float getLastRSSI() const override { |
|
|
|