change fixed preamble to match the new 16

此提交包含在:
liquidraver
2025-06-29 15:17:15 +02:00
父節點 165fb33d5c
當前提交 ddbf27c245
+1 -1
查看文件
@@ -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(); }