SubGHz decoders can provide a one-line string to be used in the history list

This commit is contained in:
Vencislav Atanasov
2024-05-06 22:53:37 +03:00
parent d1194168d6
commit e0a427f281
70 changed files with 80 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ const SubGhzProtocolDecoder subghz_protocol_alutech_at_4n_decoder = {
.serialize = subghz_protocol_decoder_alutech_at_4n_serialize,
.deserialize = subghz_protocol_decoder_alutech_at_4n_deserialize,
.get_string = subghz_protocol_decoder_alutech_at_4n_get_string,
.get_string_brief = NULL,
};
const SubGhzProtocolEncoder subghz_protocol_alutech_at_4n_encoder = {