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