mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-04 19:12:44 +02:00
SubGHz decoders can provide a one-line string to be used in the history list
This commit is contained in:
@@ -78,6 +78,7 @@ const SubGhzProtocolDecoder subghz_protocol_chamb_code_decoder = {
|
||||
.serialize = subghz_protocol_decoder_chamb_code_serialize,
|
||||
.deserialize = subghz_protocol_decoder_chamb_code_deserialize,
|
||||
.get_string = subghz_protocol_decoder_chamb_code_get_string,
|
||||
.get_string_brief = NULL,
|
||||
};
|
||||
|
||||
const SubGhzProtocolEncoder subghz_protocol_chamb_code_encoder = {
|
||||
|
Reference in New Issue
Block a user