mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03:00
84d12da45a
OFW PR 1833 by Skorpionm
15 lines
318 B
C
15 lines
318 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
//WSCustomEvent
|
|
WSCustomEventStartId = 100,
|
|
|
|
WSCustomEventSceneSettingLock,
|
|
|
|
WSCustomEventViewReceiverOK,
|
|
WSCustomEventViewReceiverConfig,
|
|
WSCustomEventViewReceiverBack,
|
|
WSCustomEventViewReceiverOffDisplay,
|
|
WSCustomEventViewReceiverUnlock,
|
|
} WSCustomEvent;
|