From 2f766ffeeada1697885bd3ae4800bdad4e036b0d Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sat, 14 Oct 2017 21:17:55 -0300 Subject: [PATCH] Increase DMR rssi buffer size --- DMRSlotRX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRSlotRX.h b/DMRSlotRX.h index e57e4f3..f75fae7 100644 --- a/DMRSlotRX.h +++ b/DMRSlotRX.h @@ -62,7 +62,7 @@ private: DMRRX_STATE m_state; uint8_t m_n; uint8_t m_type; - uint16_t m_rssi[900U]; + uint16_t m_rssi[1900U]; void correlateSync(bool first); void samplesToBits(uint16_t start, uint8_t count, uint8_t* buffer, uint16_t offset, q15_t centre, q15_t threshold);