We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 165fb33 + ddbf27c commit eb4f81fCopy full SHA for eb4f81f
src/helpers/CustomLR1110Wrapper.h
@@ -17,7 +17,7 @@ class CustomLR1110Wrapper : public RadioLibWrapper {
17
18
void onSendFinished() override {
19
RadioLibWrapper::onSendFinished();
20
- _radio->setPreambleLength(8); // overcomes weird issues with small and big pkts
+ _radio->setPreambleLength(16); // overcomes weird issues with small and big pkts
21
}
22
23
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }
0 commit comments