mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-06-07 09:11:38 +00:00
fbd32cfba4
Deleted BMW and Fiat V0 protocol source and header files, and removed their registration from the protocol registry. Also updated the application version to 1.2. This change eliminates support for these protocols from the application since they were causing others to break.
18 lines
348 B
C
18 lines
348 B
C
// protocols/protocol_items.h
|
|
#pragma once
|
|
|
|
#include <lib/subghz/types.h>
|
|
|
|
#include "kia_generic.h"
|
|
#include "kia_v0.h"
|
|
#include "kia_v1.h"
|
|
#include "kia_v2.h"
|
|
#include "kia_v3_v4.h"
|
|
#include "kia_v5.h"
|
|
#include "ford_v0.h"
|
|
#include "subaru.h"
|
|
#include "suzuki.h"
|
|
#include "vw.h"
|
|
|
|
extern const SubGhzProtocolRegistry protopirate_protocol_registry;
|