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