mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Bring back protocol name
This commit is contained in:
@@ -354,6 +354,11 @@ bool subghz_protocol_decoder_pocsag_deserialize(void* context, FlipperFormat* fl
|
||||
void subhz_protocol_decoder_pocsag_get_string(void* context, FuriString* output) {
|
||||
furi_assert(context);
|
||||
SubGhzProtocolDecoderPocsag* instance = context;
|
||||
furi_string_cat_printf(
|
||||
output,
|
||||
"%s\r\n",
|
||||
instance->generic.protocol_name
|
||||
);
|
||||
furi_string_cat(output, instance->done_msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user