Relay dispatch now waits for reciver to finish reciving packet

This commit is contained in:
2020-01-17 17:25:37 +01:00
parent d91e08db15
commit 206024b2c7
5 changed files with 15 additions and 7 deletions

View File

@ -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();