Relay dispatch now waits for reciver to finish reciving packet
This commit is contained in:
parent
d91e08db15
commit
206024b2c7
|
@ -86,6 +86,7 @@ public:
|
|||
~W433DataReciver();
|
||||
static void initTimer();
|
||||
static void staticInterrupt();
|
||||
void waitForReciveIdle(const uint16_t timeoutMs = 2000);
|
||||
void interrupt();
|
||||
#ifdef USE_RINGBUFFER
|
||||
RingBuffer<RINGBUFFER_LENGTH, uint8_t>* getRingBuffer();
|
||||
|
|
Loading…
Reference in a new issue