Browse Source

change fixed preamble to match the new 16

pull/459/head
liquidraver 11 months ago
parent
commit
ddbf27c245
  1. 2
      src/helpers/CustomLR1110Wrapper.h

2
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(); }

Loading…
Cancel
Save