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