mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-06-07 12:41:41 +00:00
a4937375ea
This commit is from @xMasterX (MMX) and introduces implementation files for StarLine and Scher-Khan SubGhz protocols, including protocol decoders, encoders, and keeloq key management. Adds common protocol utilities, keystore handling, and protocol-specific logic for key generation, serialization, and deserialization.
6 lines
117 B
C
6 lines
117 B
C
#pragma once
|
|
|
|
#include <lib/subghz/types.h>
|
|
|
|
const char* protopirate_get_short_preset_name(const char* preset_name);
|