mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-04 19:12:44 +02:00
SubGHz: Fix hashes compat for apps (eg. Weather)
This commit is contained in:
@@ -73,7 +73,8 @@ const SubGhzProtocolDecoder subghz_protocol_chamb_code_decoder = {
|
||||
.feed = subghz_protocol_decoder_chamb_code_feed,
|
||||
.reset = subghz_protocol_decoder_chamb_code_reset,
|
||||
|
||||
.get_hash_data = subghz_protocol_decoder_chamb_code_get_hash_data,
|
||||
.get_hash_data = NULL,
|
||||
.get_hash_data_long = subghz_protocol_decoder_chamb_code_get_hash_data,
|
||||
.serialize = subghz_protocol_decoder_chamb_code_serialize,
|
||||
.deserialize = subghz_protocol_decoder_chamb_code_deserialize,
|
||||
.get_string = subghz_protocol_decoder_chamb_code_get_string,
|
||||
|
Reference in New Issue
Block a user