mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Subghz counter editor refactor
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user