Browse Source
Merge pull request #459 from liquidraver/dev
change fixed preamble to match the new 16
pull/462/head
ripplebiz
11 months 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/CustomLR1110Wrapper.h
|
|
|
@ -17,7 +17,7 @@ public: |
|
|
|
|
|
|
|
void onSendFinished() override { |
|
|
|
RadioLibWrapper::onSendFinished(); |
|
|
|
_radio->setPreambleLength(8); // overcomes weird issues with small and big pkts
|
|
|
|
_radio->setPreambleLength(16); // overcomes weird issues with small and big pkts
|
|
|
|
} |
|
|
|
|
|
|
|
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); } |
|
|
|
|