Skip to content

Commit

Permalink
Increase the counters when the rtl_433 plugins have processed some si…
Browse files Browse the repository at this point in the history
…gnal
  • Loading branch information
obones authored and cpainchaud committed May 31, 2023
1 parent 92ddf1c commit ca24be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFLink/2_Signal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ca24be7

Please # to comment.