Merge pull request #459 from liquidraver/dev
change fixed preamble to match the new 16
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
|||||||
|
|
||||||
void onSendFinished() override {
|
void onSendFinished() override {
|
||||||
RadioLibWrapper::onSendFinished();
|
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(); }
|
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user