mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-03-30 12:05:49 +00:00
Remove unused fields from Kia V5 protocol
This commit is contained in:
@@ -161,11 +161,9 @@ const SubGhzProtocolDecoder subghz_protocol_kia_v5_decoder = {
|
||||
.feed = subghz_protocol_decoder_kia_v5_feed,
|
||||
.reset = subghz_protocol_decoder_kia_v5_reset,
|
||||
.get_hash_data = subghz_protocol_decoder_kia_v5_get_hash_data,
|
||||
.get_hash_data_long = NULL,
|
||||
.serialize = subghz_protocol_decoder_kia_v5_serialize,
|
||||
.deserialize = subghz_protocol_decoder_kia_v5_deserialize,
|
||||
.get_string = subghz_protocol_decoder_kia_v5_get_string,
|
||||
.get_string_brief = NULL,
|
||||
};
|
||||
|
||||
const SubGhzProtocolEncoder subghz_protocol_kia_v5_encoder = {
|
||||
|
||||
Reference in New Issue
Block a user