Files
ProtoPirate/protocols/protocols_common.h
T
RocketGod a4937375ea @xMasterX (MMX) --> Add StarLine and Scher-Khan protocol support plus encryptions and fixes
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.
2026-01-11 20:13:21 -08:00

6 lines
117 B
C

#pragma once
#include <lib/subghz/types.h>
const char* protopirate_get_short_preset_name(const char* preset_name);