mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
SubGHz decoders can provide a one-line string to be used in the history list
This commit is contained in:
@@ -55,6 +55,7 @@ const SubGhzProtocolDecoder subghz_protocol_kinggates_stylo_4k_decoder = {
|
||||
.serialize = subghz_protocol_decoder_kinggates_stylo_4k_serialize,
|
||||
.deserialize = subghz_protocol_decoder_kinggates_stylo_4k_deserialize,
|
||||
.get_string = subghz_protocol_decoder_kinggates_stylo_4k_get_string,
|
||||
.get_string_brief = NULL,
|
||||
};
|
||||
|
||||
const SubGhzProtocolEncoder subghz_protocol_kinggates_stylo_4k_encoder = {
|
||||
@@ -582,4 +583,4 @@ void subghz_protocol_decoder_kinggates_stylo_4k_get_string(void* context, FuriSt
|
||||
instance->generic.serial,
|
||||
instance->generic.btn,
|
||||
instance->generic.cnt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user