mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 02:28:36 -07:00
SubGHz decoders can provide a one-line string to be used in the history list
This commit is contained in:
@@ -65,6 +65,7 @@ const SubGhzProtocolDecoder ws_protocol_thermopro_tx4_decoder = {
|
||||
.serialize = ws_protocol_decoder_thermopro_tx4_serialize,
|
||||
.deserialize = ws_protocol_decoder_thermopro_tx4_deserialize,
|
||||
.get_string = ws_protocol_decoder_thermopro_tx4_get_string,
|
||||
.get_string_brief = NULL,
|
||||
};
|
||||
|
||||
const SubGhzProtocolEncoder ws_protocol_thermopro_tx4_encoder = {
|
||||
|
||||
Reference in New Issue
Block a user