1
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:
MX
2022-12-10 20:08:17 +03:00
parent 35a4eef3fc
commit 2fcff37f88
35 changed files with 2718 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
typedef enum {
//PCSGCustomEvent
PCSGCustomEventStartId = 100,
PCSGCustomEventSceneSettingLock,
PCSGCustomEventViewReceiverOK,
PCSGCustomEventViewReceiverConfig,
PCSGCustomEventViewReceiverBack,
PCSGCustomEventViewReceiverOffDisplay,
PCSGCustomEventViewReceiverUnlock,
} PCSGCustomEvent;