From fa1d01d70f1c1bb40d15d54c3e6420e7fa920e62 Mon Sep 17 00:00:00 2001 From: jlaughter <53415135+jlaughter@users.noreply.github.com> Date: Sun, 19 Apr 2026 01:40:49 -0400 Subject: [PATCH] subghz: register Allstar Firefly in protocol_items.c --- lib/subghz/protocols/protocol_items.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subghz/protocols/protocol_items.c b/lib/subghz/protocols/protocol_items.c index 416e3524f..25a0420ee 100644 --- a/lib/subghz/protocols/protocol_items.c +++ b/lib/subghz/protocols/protocol_items.c @@ -29,7 +29,7 @@ const SubGhzProtocol* const subghz_protocol_registry_items[] = { &subghz_protocol_elplast, &subghz_protocol_treadmill37, &subghz_protocol_beninca_arc, &subghz_protocol_jarolift, &subghz_protocol_ditec_gol4, &subghz_protocol_keyfinder, - &subghz_protocol_nord_ice, + &subghz_protocol_nord_ice, &subghz_protocol_allstar_firefly, }; const SubGhzProtocolRegistry subghz_protocol_registry = {