simplified the calls

这个提交包含在:
overkillfpv
2026-03-08 05:37:49 +11:00
父节点 6fd8c28522
当前提交 a434f9eff5
修改 3 个文件,包含 4 行新增3 行删除
+1 -1
查看文件
@@ -19,7 +19,7 @@ public:
void onSendFinished() override {
RadioLibWrapper::onSendFinished();
_radio->setPreambleLength(getSpreadingFactor() <= 8 ? 32 : 16); // overcomes weird issues with small and big pkts
_radio->setPreambleLength(preambleLengthForSF(getSpreadingFactor())); // overcomes weird issues with small and big pkts
}
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }