Merge pull request #459 from liquidraver/dev

change fixed preamble to match the new 16
This commit is contained in:
ripplebiz 2025-06-30 00:26:19 +10:00 committed by GitHub
commit eb4f81f9ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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