SubGHz: Fix hashes compat for apps (eg. Weather)

This commit is contained in:
Willy-JL
2024-03-14 01:12:32 +00:00
parent e69a6c06ef
commit ab86ef8b48
69 changed files with 148 additions and 74 deletions

View File

@@ -64,7 +64,8 @@ const SubGhzProtocolDecoder ws_protocol_gt_wt_02_decoder = {
.feed = ws_protocol_decoder_gt_wt_02_feed,
.reset = ws_protocol_decoder_gt_wt_02_reset,
.get_hash_data = ws_protocol_decoder_gt_wt_02_get_hash_data,
.get_hash_data = NULL,
.get_hash_data_long = ws_protocol_decoder_gt_wt_02_get_hash_data,
.serialize = ws_protocol_decoder_gt_wt_02_serialize,
.deserialize = ws_protocol_decoder_gt_wt_02_deserialize,
.get_string = ws_protocol_decoder_gt_wt_02_get_string,