Remove unused fields from Kia V5 protocol

This commit is contained in:
David
2026-03-11 18:48:03 +01:00
committed by GitHub
parent 0290f601a0
commit bfdf60944f

View File

@@ -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 = {