mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-20 17:53:20 +00:00
8 lines
164 B
C
8 lines
164 B
C
|
#pragma once
|
||
|
|
||
|
typedef enum {
|
||
|
//SubGhzTestCustomEvent
|
||
|
SubGhzTestCustomEventStartId = 100,
|
||
|
SubGhzTestCustomEventSceneShowOnlyRX,
|
||
|
} SubGhzTestCustomEvent;
|