mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 22:50:57 +00:00
SX126x/8x: Also use PREAMBLE_DETECTED IRQ flag for actively receiving check (#2349)
* Use startReceive() instead of startReceiveDutyCycleAuto() * Add preamble detected IRQ * Escape from 'freeze' state when packet should have been received * Use RADIOLIB_GODMODE for access to clearIrqStatus * SX126x: Better handling of false preamble detections * SX128x: Add preamble IRQ and false detection handling to active receiving check * Remove unnecessary function declaration --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
@@ -68,4 +68,5 @@ template <class T> class SX128xInterface : public RadioLibInterface
|
||||
virtual void setStandby() override;
|
||||
|
||||
private:
|
||||
uint32_t activeReceiveStart = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user