mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #459 from liquidraver/dev
change fixed preamble to match the new 16
This commit is contained in:
commit
eb4f81f9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue