mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-12 14:12:27 +00:00
14 lines
336 B
C
14 lines
336 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
//PCSGCustomEvent
|
|
PCSGCustomEventStartId = 100,
|
|
|
|
PCSGCustomEventSceneSettingLock,
|
|
|
|
PCSGCustomEventViewReceiverOK,
|
|
PCSGCustomEventViewReceiverConfig,
|
|
PCSGCustomEventViewReceiverBack,
|
|
PCSGCustomEventViewReceiverOffDisplay,
|
|
PCSGCustomEventViewReceiverUnlock,
|
|
} PCSGCustomEvent;
|