From c35a48948db61fa77942fa170773df9cb7335302 Mon Sep 17 00:00:00 2001 From: Jonathan Armstrong Date: Tue, 14 Nov 2023 00:14:51 -0600 Subject: [PATCH] toggle led on decode success and report --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index e96c8cc..130a7ed 100644 --- a/src/main.c +++ b/src/main.c @@ -434,6 +434,8 @@ int main (void) // formatted for tasmota radio_decode_report(); + led_toggle(); + // formatted like rc-switch example //radio_decode_debug();