mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-27 15:22:29 +03:00
f4cc9e5de7
if author want their plugin to be removed - create issue, thanks
8 lines
174 B
C
8 lines
174 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
WifiMarauderEventRefreshConsoleOutput = 0,
|
|
WifiMarauderEventStartConsole,
|
|
WifiMarauderEventStartKeyboard,
|
|
} WifiMarauderCustomEvent;
|