mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
SubGHz: Fix hashes compat for apps (eg. Weather)
This commit is contained in:
@@ -50,7 +50,8 @@ const SubGhzProtocolDecoder subghz_protocol_kinggates_stylo_4k_decoder = {
|
||||
.feed = subghz_protocol_decoder_kinggates_stylo_4k_feed,
|
||||
.reset = subghz_protocol_decoder_kinggates_stylo_4k_reset,
|
||||
|
||||
.get_hash_data = subghz_protocol_decoder_kinggates_stylo_4k_get_hash_data,
|
||||
.get_hash_data = NULL,
|
||||
.get_hash_data_long = subghz_protocol_decoder_kinggates_stylo_4k_get_hash_data,
|
||||
.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,
|
||||
|
||||
Reference in New Issue
Block a user