mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-07-18 05:56:14 +00:00
KIA V2 uses Manchester encoding and was historically decoded successfully under ASK presets. The recent AM/FM plugin split placed it in the FM registry based on its flag, but real-world KIA V2 fobs operate on ASK. Changes: - protocols/kia_v2.c: SubGhzProtocolFlag_FM -> SubGhzProtocolFlag_AM - protopirate_fm_plugin.c: remove kia_v2 include and registry entry - protopirate_am_plugin.c: add kia_v2 include and registry entry - application.fam: move kia_v2.c source from FM plugin to AM plugin