Subghz counter editor refactor

This commit is contained in:
Dmitry422
2026-01-01 04:32:31 +07:00
parent 985ff060eb
commit 1696ed1d54
20 changed files with 295 additions and 291 deletions

View File

@@ -1,5 +1,6 @@
#include "base.h"
#include "registry.h"
#include "../blocks/generic.h"
void subghz_protocol_decoder_base_set_decoder_callback(
SubGhzProtocolDecoderBase* decoder_base,
@@ -17,6 +18,8 @@ bool subghz_protocol_decoder_base_get_string(
furi_check(decoder_base);
furi_check(output);
subghz_block_generic_global_reset(0);
bool status = false;
if(decoder_base->protocol && decoder_base->protocol->decoder &&