mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
Add POCSAG Receiver plugin
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "protocol_items.h"
|
||||
|
||||
const SubGhzProtocol* pocsag_pager_protocol_registry_items[] = {
|
||||
&subghz_protocol_pocsag,
|
||||
};
|
||||
|
||||
const SubGhzProtocolRegistry pocsag_pager_protocol_registry = {
|
||||
.items = pocsag_pager_protocol_registry_items,
|
||||
.size = COUNT_OF(pocsag_pager_protocol_registry_items)};
|
||||
Reference in New Issue
Block a user