unleashed-firmware/applications/wifi_marauder_companion/wifi_marauder_custom_event.h
MX f4cc9e5de7
plugins & badusb
if author want their plugin to be removed - create issue, thanks
2022-07-29 17:48:51 +03:00

7 lines
174 B
C

#pragma once
typedef enum {
WifiMarauderEventRefreshConsoleOutput = 0,
WifiMarauderEventStartConsole,
WifiMarauderEventStartKeyboard,
} WifiMarauderCustomEvent;