Skip to content

Commit eb4f81f

Browse files
authored
Merge pull request #459 from liquidraver/dev
change fixed preamble to match the new 16
2 parents 165fb33 + ddbf27c commit eb4f81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/CustomLR1110Wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CustomLR1110Wrapper : public RadioLibWrapper {
1717

1818
void onSendFinished() override {
1919
RadioLibWrapper::onSendFinished();
20-
_radio->setPreambleLength(8); // overcomes weird issues with small and big pkts
20+
_radio->setPreambleLength(16); // overcomes weird issues with small and big pkts
2121
}
2222

2323
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }

0 commit comments

Comments
 (0)