From ca24be76f66db8eac9e62ab98fa3f3527ee7a988 Mon Sep 17 00:00:00 2001 From: OBones Date: Mon, 5 Jul 2021 11:24:40 +0200 Subject: [PATCH] Increase the counters when the rtl_433 plugins have processed some signal --- RFLink/2_Signal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFLink/2_Signal.cpp b/RFLink/2_Signal.cpp index e2762478..0e21efd2 100644 --- a/RFLink/2_Signal.cpp +++ b/RFLink/2_Signal.cpp @@ -616,7 +616,7 @@ namespace RFLink if (success) { - rtl_433Bridge::processReceivedData(); + counters::receivedSignalsCount += rtl_433Bridge::processReceivedData(); for (int i = 1; i < RawSignal.Number; i++) if (RawSignal.Pulses[i] > params::signal_end_timeout)