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

@@ -420,7 +420,8 @@ const SubGhzProtocolDecoder subghz_protocol_pocsag_decoder = {
.free = subghz_protocol_decoder_pocsag_free,
.reset = subghz_protocol_decoder_pocsag_reset,
.feed = subghz_protocol_decoder_pocsag_feed,
.get_hash_data = subghz_protocol_decoder_pocsag_get_hash_data,
.get_hash_data = NULL,
.get_hash_data_long = subghz_protocol_decoder_pocsag_get_hash_data,
.serialize = subghz_protocol_decoder_pocsag_serialize,
.deserialize = subghz_protocol_decoder_pocsag_deserialize,
.get_string = subhz_protocol_decoder_pocsag_get_string,