mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:48:35 -07:00
15 lines
318 B
C
15 lines
318 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
//WSCustomEvent
|
|
WSCustomEventStartId = 100,
|
|
|
|
WSCustomEventSceneSettingLock,
|
|
|
|
WSCustomEventViewReceiverOK,
|
|
WSCustomEventViewReceiverConfig,
|
|
WSCustomEventViewReceiverBack,
|
|
WSCustomEventViewReceiverOffDisplay,
|
|
WSCustomEventViewReceiverUnlock,
|
|
} WSCustomEvent;
|